mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
linux5.10: update to 5.10.132.
This commit is contained in:
parent
335634a5fb
commit
f9afc568d0
1 changed files with 12 additions and 5 deletions
|
@ -1,15 +1,18 @@
|
||||||
# Template file for 'linux5.10'
|
# Template file for 'linux5.10'
|
||||||
pkgname=linux5.10
|
pkgname=linux5.10
|
||||||
version=5.10.130
|
version=5.10.132
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version%.*}"
|
||||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://www.kernel.org"
|
homepage="https://www.kernel.org"
|
||||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz"
|
distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz
|
||||||
checksum=e144a6d851a8e2977743d45fdb9cdb1b7f4aabde09533e73c969cded4daa962c
|
https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz"
|
||||||
|
checksum="dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
|
||||||
|
efaba407c164cc58018cea43ff6ab736562900905816802c8514a9fb99f3f74d"
|
||||||
python_version=3
|
python_version=3
|
||||||
|
skip_extraction="patch-${version}.xz"
|
||||||
|
|
||||||
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.
|
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.
|
||||||
archs="x86_64* i686* ppc* aarch64*"
|
archs="x86_64* i686* ppc* aarch64*"
|
||||||
|
@ -52,6 +55,10 @@ if [ "${_patchver}" ]; then
|
||||||
_version="EXTRAVERSION=${_patchver}"
|
_version="EXTRAVERSION=${_patchver}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_patch() {
|
||||||
|
xzcat $XBPS_SRCDISTDIR/$pkgname-$version/patch-${version}.xz | patch -Np1
|
||||||
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# 5.8 misses Documentation/DocBook. We ship the directory from 4.12 here.
|
# 5.8 misses Documentation/DocBook. We ship the directory from 4.12 here.
|
||||||
cp -a $FILESDIR/DocBook -t Documentation
|
cp -a $FILESDIR/DocBook -t Documentation
|
||||||
|
|
Loading…
Add table
Reference in a new issue