linux3.18: update to 3.18.7.

This commit is contained in:
Juan RP 2015-02-11 09:26:34 +01:00
parent 2012c561d8
commit b797f78f24

View file

@ -1,7 +1,7 @@
# Template file for 'linux3.18' # Template file for 'linux3.18'
# #
pkgname=linux3.18 pkgname=linux3.18
version=3.18.6 version=3.18.7
revision=1 revision=1
wrksrc="linux-${version}" wrksrc="linux-${version}"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
license="GPL-2" license="GPL-2"
short_desc="The Linux kernel and modules (${version%.*} series)" short_desc="The Linux kernel and modules (${version%.*} series)"
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz" distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
checksum=c4c1a4841173aa572d79b7530db92ce493dbefe8049e6f461a46dd897df253f5 checksum=df27f4dd3b2657fb29d76af2190289f54fb651b82d2bcd225aa846973a22f421
_kernver="${version}_${revision}" _kernver="${version}_${revision}"
@ -218,7 +218,6 @@ linux3.18-headers_package() {
vmove usr/lib/modules/${_kernver}/build vmove usr/lib/modules/${_kernver}/build
} }
} }
linux3.18-dbg_package() { linux3.18-dbg_package() {
preserve=yes preserve=yes
nostrip=yes nostrip=yes
@ -226,7 +225,7 @@ linux3.18-dbg_package() {
noshlibprovides=yes noshlibprovides=yes
nodebug=yes nodebug=yes
repository=debug repository=debug
short_dest+=" - debugging symbols" short_desc+=" - debugging symbols"
pkg_install() { pkg_install() {
vmove usr/lib/debug vmove usr/lib/debug
} }