linux4.4: update to 4.4.217.
Do not build on archs that we don't have a -dotconfig file. That means it won't be built on ARM anymore unless someone makes a proper -dotconfig file.
This commit is contained in:
parent
e78eb2257b
commit
62ee4d9891
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux4.4'
|
||||
pkgname=linux4.4
|
||||
version=4.4.215
|
||||
version=4.4.217
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -8,7 +8,7 @@ homepage="https://www.kernel.org"
|
|||
license="GPL-2.0-only"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz"
|
||||
checksum=28bcd3d4201da9feefdf3bcd65c516dd674acbbf45681ce3c7d784c53b33fe03
|
||||
checksum=fdeac4c05fcca993927fdce51446b4f81725f54e753fea02b0b2dacf3d64526f
|
||||
|
||||
nocross=yes
|
||||
nodebug=yes
|
||||
|
@ -17,7 +17,7 @@ noverifyrdeps=yes
|
|||
noshlibprovides=yes
|
||||
preserve=yes
|
||||
|
||||
archs="i686* x86_64* armv7l* aarch64* ppc*"
|
||||
archs="i686* x86_64* ppc*"
|
||||
hostmakedepends="bc perl kmod uboot-mkimage libressl-devel"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue