mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
linux: depend on linux3.8{,-headers} pkg.
This commit is contained in:
parent
071abd6766
commit
90a57ae799
1 changed files with 4 additions and 6 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue