mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
linux4.19: update to 4.19.10.
Also add include/clocksource to the linux-headers package. [skip ci]
This commit is contained in:
parent
6a37fa7f44
commit
ab5ab7cec1
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux4.19'
|
# Template file for 'linux4.19'
|
||||||
pkgname=linux4.19
|
pkgname=linux4.19
|
||||||
version=4.19.9
|
version=4.19.10
|
||||||
revision=1
|
revision=1
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
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/v4.x/linux-${version}.tar.xz"
|
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
|
||||||
checksum=fc116cc6829c73944215d3b3ac0fc368dde9e8235b456744afffde001269dbf2
|
checksum=afe968ceeca93eac2173f9f95d90b2eeb489bafdd2083478ac0b7d0704b33e94
|
||||||
|
|
||||||
nodebug=yes # -dbg package is generated below manually
|
nodebug=yes # -dbg package is generated below manually
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
@ -147,8 +147,8 @@ do_install() {
|
||||||
# Remove firmware stuff provided by the "linux-firmware" pkg.
|
# Remove firmware stuff provided by the "linux-firmware" pkg.
|
||||||
rm -rf ${DESTDIR}/usr/lib/firmware
|
rm -rf ${DESTDIR}/usr/lib/firmware
|
||||||
|
|
||||||
for i in acpi asm-generic config crypto drm generated linux math-emu \
|
for i in acpi asm-generic clocksource config crypto drm generated linux \
|
||||||
media net pcmcia scsi sound trace uapi video xen; do
|
math-emu media net pcmcia scsi sound trace uapi video xen; do
|
||||||
if [ -d include/$i ]; then
|
if [ -d include/$i ]; then
|
||||||
cp -a include/$i ${hdrdest}/include
|
cp -a include/$i ${hdrdest}/include
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue