kernel-snapshot: update to 3.6-rc7.

This commit is contained in:
Juan RP 2012-09-24 06:35:23 +02:00
parent be3fd1aac9
commit 8a6aaaea86

View file

@ -2,7 +2,7 @@
# #
_kmajor=3.6 _kmajor=3.6
_kminor=0 _kminor=0
_kpatch=rc6 _kpatch=rc7
pkgname=kernel-snapshot pkgname=kernel-snapshot
version=${_kmajor}.${_kminor}${_kpatch} version=${_kmajor}.${_kminor}${_kpatch}
@ -13,9 +13,6 @@ homepage="http://www.kernel.org"
license="GPL-2" license="GPL-2"
depends="dracut linux-firmware module-init-tools" depends="dracut linux-firmware module-init-tools"
makedepends="perl kmod" makedepends="perl kmod"
nostrip=yes
noverifyrdeps=yes
preserve=yes
subpackages="kernel-snapshot-headers" subpackages="kernel-snapshot-headers"
triggers="kernel-hooks" triggers="kernel-hooks"
short_desc="The Linux kernel and modules (testing snapshot)" short_desc="The Linux kernel and modules (testing snapshot)"
@ -23,7 +20,7 @@ long_desc="
This package provides the linux kernel image and associated modules This package provides the linux kernel image and associated modules
for the testing kernel (future stable releases)." for the testing kernel (future stable releases)."
distfiles="http://www.kernel.org/pub/linux//kernel/v3.0/testing/linux-${_kmajor}-${_kpatch}.tar.xz" distfiles="http://www.kernel.org/pub/linux//kernel/v3.0/testing/linux-${_kmajor}-${_kpatch}.tar.xz"
checksum=0b096cf143e58a6e2c18e13c648f58a9ec3ba663986d823329b07cec39cdfdfd checksum=f5ef8ca32a5a78845b59b53f990ea6f2577c14ca3d7ebd54155f967e6f54f775
_kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}" _kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}"
kernel_hooks_version="${_kernver}" kernel_hooks_version="${_kernver}"
@ -38,6 +35,10 @@ mutable_files="
/usr/lib/modules/${_kernver}/modules.alias.bin /usr/lib/modules/${_kernver}/modules.alias.bin
/usr/lib/modules/${_kernver}/modules.devname" /usr/lib/modules/${_kernver}/modules.devname"
nostrip=yes
noverifyrdeps=yes
preserve=yes
do_configure() { do_configure() {
# If there's a file called <arch>-dotconfig, use it to # If there's a file called <arch>-dotconfig, use it to
# configure the kernel; otherwise use arch defaults and all stuff # configure the kernel; otherwise use arch defaults and all stuff