linux: switch to the 3.10 series.
This commit is contained in:
parent
c1dfb39dc1
commit
f117f680af
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'linux'
|
# Template file for 'linux'
|
||||||
pkgname=linux
|
pkgname=linux
|
||||||
version=3.9
|
version=3.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta-template
|
build_style=meta-template
|
||||||
homepage="https://www.voidlinux.eu/"
|
homepage="https://www.voidlinux.eu/"
|
||||||
@ -10,14 +10,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.10"
|
||||||
makedepends="linux3.9"
|
|
||||||
|
|
||||||
linux_package() {
|
linux_package() {
|
||||||
depends="linux3.9"
|
depends="linux3.10"
|
||||||
}
|
}
|
||||||
|
|
||||||
linux-headers_package() {
|
linux-headers_package() {
|
||||||
short_desc="Linux kernel headers meta package"
|
short_desc="Linux kernel headers meta package"
|
||||||
depends="linux3.9-headers"
|
depends="linux3.10-headers"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user