linux4.14: update to 4.14.174.

Do not build on archs that we don't have a -dotconfig file.
That means it won't be built on armv7 anymore unless someone
makes a proper -dotconfig file.
This commit is contained in:
Juan RP 2020-04-02 14:57:42 +02:00
parent 3e25a96968
commit 5538ae3b13
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -1,6 +1,6 @@
# Template file for 'linux4.14'
pkgname=linux4.14
version=4.14.172
version=4.14.174
revision=1
patch_args="-Np1"
wrksrc="linux-${version}"
@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
license="GPL-2.0-only"
short_desc="Linux kernel and modules (${version%.*} series)"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
checksum=2318a1ab937580a079351ed20557c336a3d95b664f667b14e3ba49e3271b217a
checksum=4c223ca3565d4267b403f7432860d87c8301767eb654d046d268782b18155189
nodebug=yes # -dbg package is generated below manually
nostrip=yes
@ -17,7 +17,7 @@ noverifyrdeps=yes
noshlibprovides=yes
preserve=yes
archs="i686* x86_64* armv5tel* armv7l* aarch64* ppc*"
archs="i686* x86_64* armv5tel* aarch64* ppc*"
hostmakedepends="bc elfutils-devel kmod libressl-devel perl uboot-mkimage gmp-devel libmpc-devel"
case "$XBPS_TARGET_MACHINE" in