linux: switch to 3.9 series (3.8 branch is EOLed right now).
This commit is contained in:
parent
78658ba1cf
commit
2156a8a12c
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux'
|
# Template file for 'linux'
|
||||||
pkgname=linux
|
pkgname=linux
|
||||||
version=3.8
|
version=3.9
|
||||||
revision=2
|
revision=1
|
||||||
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,13 +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"
|
||||||
|
|
||||||
makedepends="linux3.8"
|
makedepends="linux3.9"
|
||||||
|
|
||||||
linux_package() {
|
linux_package() {
|
||||||
depends="linux3.8"
|
depends="linux3.9"
|
||||||
}
|
}
|
||||||
|
|
||||||
linux-headers_package() {
|
linux-headers_package() {
|
||||||
short_desc="Linux kernel headers meta package"
|
short_desc="Linux kernel headers meta package"
|
||||||
depends="linux3.8-headers"
|
depends="linux3.9-headers"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue