linux-nokia-beatles: remove cross-compiler from makedepends (MR 2272)

This commit is contained in:
Alexey Minnekhanov 2021-06-24 21:41:43 +03:00
parent 6934f72761
commit 34492416a9
No known key found for this signature in database
GPG key ID: EBF5ECFFFEE34DED

View file

@ -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