linux-nokia-beatles: remove cross-compiler from makedepends (MR 2272)
This commit is contained in:
parent
6934f72761
commit
34492416a9
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=linux-nokia-beatles
|
||||
pkgver=3.10.49
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Nokia 2720 Flip kernel fork"
|
||||
arch="armv7"
|
||||
_carch="arm"
|
||||
|
@ -12,7 +12,7 @@ _flavor="nokia-beatles"
|
|||
url="https://kernel.org"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps pmb:cross-native"
|
||||
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl gcc4 gcc4-aarch64 libc-dev linux-headers"
|
||||
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl gcc4 libc-dev linux-headers"
|
||||
|
||||
# Won't compile with newer GCC
|
||||
if [ "${CC:0:5}" != "gcc4-" ]; then
|
||||
|
|
Loading…
Reference in a new issue