linux4.4: update to 4.4.152. [ci skip] (#2077)
linux4.4: update to 4.4.152.
This commit is contained in:
parent
2f04a499f2
commit
4416680e43
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux4.4'
|
# Template file for 'linux4.4'
|
||||||
pkgname=linux4.4
|
pkgname=linux4.4
|
||||||
version=4.4.145
|
version=4.4.152
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -8,7 +8,7 @@ homepage="https://www.kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz"
|
||||||
checksum=ce9d0dbe2c8b5d8fc1c9f477c8459f57049fd8599ee57c5d6e36f8b042035dd5
|
checksum=1bee76891686a03e3129e84a9b17f2a3c659481bfccdbb4a37e7abc5c8f1d3cb
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
|
@ -21,9 +21,10 @@ export CCACHE_DISABLE=1
|
||||||
|
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
||||||
hostmakedepends="bc perl kmod uboot-mkimage libressl-devel"
|
hostmakedepends="bc perl kmod uboot-mkimage libressl-devel"
|
||||||
triggers="kernel-hooks"
|
|
||||||
|
|
||||||
|
triggers="kernel-hooks"
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
|
||||||
# These files could be modified when an external module is built.
|
# These files could be modified when an external module is built.
|
||||||
mutable_files="
|
mutable_files="
|
||||||
/usr/lib/modules/${_kernver}/modules.builtin.bin
|
/usr/lib/modules/${_kernver}/modules.builtin.bin
|
||||||
|
@ -46,9 +47,9 @@ do_configure() {
|
||||||
i686*) arch=i386;;
|
i686*) arch=i386;;
|
||||||
x86_64*) arch=x86_64;;
|
x86_64*) arch=x86_64;;
|
||||||
armv7*) arch=arm
|
armv7*) arch=arm
|
||||||
$XBPS_FETCH_CMD http://rcn-ee.com/deb/sid-armhf/v${version}-armv7-x15/patch-${version}-armv7-x15.diff.gz
|
$XBPS_FETCH_CMD http://rcn-ee.com/deb/sid-armhf/v${version}-armv7-x16/patch-${version}-armv7-x16.diff.gz
|
||||||
gunzip patch-${version}-armv7-x15.diff.gz
|
gunzip patch-${version}-armv7-x16.diff.gz
|
||||||
patch -Np1 -i patch-${version}-armv7-x15.diff
|
patch -Np1 -i patch-${version}-armv7-x16.diff
|
||||||
;;
|
;;
|
||||||
aarch64*) arch=arm64;;
|
aarch64*) arch=arm64;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue