kernel-*: update to 2.6.29.2.
--HG-- extra : convert_revision : 90dba88702687e9060d16290fdc1a2436b59db5a
This commit is contained in:
parent
931d990154
commit
d4ce58d940
3 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'kernel-headers'
|
||||
pkgname=kernel-headers
|
||||
version=2.6.29.1
|
||||
version=2.6.29.2
|
||||
wrksrc="linux-$version"
|
||||
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="The Linux kernel headers"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0d395e9440b1cdd16b7e5da5296e1ef5b149e2a187196de50d820ae0d407c675
|
||||
checksum=53d7fcfebd50422cb49ec56ad477f76f11cd3715df6cb2381c21aef4653ac6e4
|
||||
long_desc="
|
||||
This package provides the linux kernel headers."
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kernel-libc-headers'
|
||||
pkgname=kernel-libc-headers
|
||||
version=2.6.29.1
|
||||
version=2.6.29.2
|
||||
wrksrc="linux-$version"
|
||||
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
||||
build_style=only-install
|
||||
|
@ -9,7 +9,7 @@ make_install_target="
|
|||
headers_install"
|
||||
short_desc="The Linux kernel headers for development"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0d395e9440b1cdd16b7e5da5296e1ef5b149e2a187196de50d820ae0d407c675
|
||||
checksum=53d7fcfebd50422cb49ec56ad477f76f11cd3715df6cb2381c21aef4653ac6e4
|
||||
long_desc="
|
||||
This package provides the linux kernel headers for use in userspace."
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kernel'
|
||||
pkgname=kernel
|
||||
version=2.6.29.1
|
||||
version=2.6.29.2
|
||||
# Vanilla kernel + UnionFS patch.
|
||||
#patch_files="unionfs-2.5.1_for_2.6.29-rc2.diff.gz"
|
||||
#patch_args="-p1"
|
||||
|
@ -12,7 +12,7 @@ make_install_target="modules_install
|
|||
INSTALL_MOD_PATH=${XBPS_DESTDIR}/${pkgname}-${version}"
|
||||
short_desc="The Linux kernel and associated stuff (2.6 branch)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0d395e9440b1cdd16b7e5da5296e1ef5b149e2a187196de50d820ae0d407c675
|
||||
checksum=53d7fcfebd50422cb49ec56ad477f76f11cd3715df6cb2381c21aef4653ac6e4
|
||||
long_desc="
|
||||
This package provides the linux kernel image, kernel modules
|
||||
and firmware files."
|
||||
|
|
Loading…
Reference in a new issue