kernel*: update to 2.6.29.1.
--HG-- extra : convert_revision : 1e292dcc23fd127a052dcbe7d90ee42a6dbda79a
This commit is contained in:
parent
a083feb8ff
commit
9a7d1983fd
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'kernel-headers'
|
||||
pkgname=kernel-headers
|
||||
version=2.6.29
|
||||
version=2.6.29.1
|
||||
wrksrc="linux-$version"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="The Linux kernel headers"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=58a5ea16d499fe06f90fcbf1d687d1235d2cb9bc28bf979867bd3faadf38fc3f
|
||||
checksum=0d395e9440b1cdd16b7e5da5296e1ef5b149e2a187196de50d820ae0d407c675
|
||||
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
|
||||
version=2.6.29.1
|
||||
wrksrc="linux-$version"
|
||||
distfiles="http://www.kernel.org/pub/linux/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=58a5ea16d499fe06f90fcbf1d687d1235d2cb9bc28bf979867bd3faadf38fc3f
|
||||
checksum=0d395e9440b1cdd16b7e5da5296e1ef5b149e2a187196de50d820ae0d407c675
|
||||
long_desc="
|
||||
This package provides the linux kernel headers for use in userspace."
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'kernel'
|
||||
pkgname=kernel
|
||||
version=2.6.29
|
||||
revision=1
|
||||
version=2.6.29.1
|
||||
# Vanilla kernel + UnionFS patch.
|
||||
#patch_files="unionfs-2.5.1_for_2.6.29-rc2.diff.gz"
|
||||
#patch_args="-p1"
|
||||
|
@ -13,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=58a5ea16d499fe06f90fcbf1d687d1235d2cb9bc28bf979867bd3faadf38fc3f
|
||||
checksum=0d395e9440b1cdd16b7e5da5296e1ef5b149e2a187196de50d820ae0d407c675
|
||||
long_desc="
|
||||
This package provides the linux kernel image, kernel modules
|
||||
and firmware files."
|
||||
|
|
Loading…
Reference in New Issue