linux: depend on linux3.8{,-headers} pkg.

This commit is contained in:
Juan RP 2013-04-29 11:26:18 +02:00
parent 071abd6766
commit 90a57ae799

View file

@ -1,7 +1,7 @@
# Template file for 'linux' # Template file for 'linux'
pkgname=linux pkgname=linux
version=3.8 version=3.8
revision=1 revision=2
build_style=meta-template build_style=meta-template
homepage="https://www.voidlinux.eu/" homepage="https://www.voidlinux.eu/"
short_desc="Linux kernel meta package" short_desc="Linux kernel meta package"
@ -11,15 +11,13 @@ license="Public domain"
# XXX make it available to all architectures/platforms (rpi). # XXX make it available to all architectures/platforms (rpi).
only_for_archs="i686 x86_64" only_for_archs="i686 x86_64"
# Currently the kernel pkg (3.8) is the default. makedepends="linux3.8"
# Next switch will be to the "linux3.9" packages.
makedepends="kernel"
linux_package() { linux_package() {
depends="kernel" depends="linux3.8"
} }
linux-headers_package() { linux-headers_package() {
short_desc="Linux kernel headers meta package" short_desc="Linux kernel headers meta package"
depends="kernel-headers" depends="linux3.8-headers"
} }