diff options
author | David P <megver83@parabola.nu> | 2018-06-27 15:20:19 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-06-27 15:20:19 -0400 |
commit | e30053264d2b622f8a3a7e071d2d25397a597bb7 (patch) | |
tree | b58a5956b38e48ec7ff793f88bc5a650d1ca6678 /libre/linux-libre-pck | |
parent | 8f137e09277e73994bfd1cc5112d22a3a9701c43 (diff) | |
download | abslibre-e30053264d2b622f8a3a7e071d2d25397a597bb7.tar.gz abslibre-e30053264d2b622f8a3a7e071d2d25397a597bb7.tar.bz2 abslibre-e30053264d2b622f8a3a7e071d2d25397a597bb7.zip |
kernels: remove makedepends_armv7h
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre-pck')
-rw-r--r-- | libre/linux-libre-pck/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index 5060570a7..db836d39d 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -27,7 +27,6 @@ arch=('i686' 'x86_64' 'armv7h') url="https://wiki.parabola.nu/PCK" license=('GPL2') makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf') -makedepends_armv7h=('git') options=('!strip') source=( "https://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/linux-libre-${_pkgbasever}.tar.xz"{,.sign} @@ -127,7 +126,7 @@ prepare() { # Note: For stability reasons, AUFS has been removed in the RCN patch. # We are supporting AUFS in linux-libre-pck through PCK patch. # See https://wiki.parabola.nu/PCK for further details. - git apply -v ../rcn-libre-${_pkgver%-*}-${rcnrel}.patch + patch -p1 -i ../rcn-libre-${_pkgver%-*}-${rcnrel}.patch # ALARM patches patch -p1 -i ../0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch |