linux4.20: update to 4.20.12.

This commit is contained in:
Helmut Pozimski 2019-02-23 16:04:37 +01:00
parent 5390128481
commit 09ffe27a0a

View file

@ -1,6 +1,6 @@
# Template file for 'linux4.20'
pkgname=linux4.20
version=4.20.11
version=4.20.12
revision=1
wrksrc="linux-${version}"
short_desc="The Linux kernel and modules (${version%.*} series)"
@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-only"
homepage="https://www.kernel.org"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
checksum=dcd95c41f45c8ee90e249887f4aa8657b9a4c5d0fcef69ba17e75b5304d7411f
checksum=1cf544308195250805e0731c716691bea4c1ed29e03e6f9ae5be6dc16785a504
patch_args="-Np1"
nodebug=yes # -dbg package is generated below manually
@ -17,7 +17,7 @@ noverifyrdeps=yes
noshlibprovides=yes
preserve=yes
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv5tel armv5tel-musl armv6l armv6l-musl armv7l armv7l-musl aarch64 aarch64-musl ppc64le ppc64le-musl ppc64-musl"
archs="i686* x86_64* armv5tel* armv6l* armv7l* aarch64* ppc64le* ppc64-musl"
hostmakedepends="bc elfutils-devel flex gmp-devel kmod libmpc-devel libressl-devel perl uboot-mkimage"
_kernver="${version}_${revision}"