linux: switch to 3.17 to make sure we have the getrandom syscall support.

This commit is contained in:
Juan RP 2014-10-20 11:24:48 +02:00
parent bb56e2937b
commit 14eac4987a

View file

@ -1,7 +1,7 @@
# Template file for 'linux' # Template file for 'linux'
pkgname=linux pkgname=linux
version=3.14 version=3.17
revision=3 revision=1
build_style=meta build_style=meta
homepage="http://www.voidlinux.eu/" homepage="http://www.voidlinux.eu/"
short_desc="Linux kernel meta package" short_desc="Linux kernel meta package"
@ -11,8 +11,8 @@ only_for_archs="i686 x86_64"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) i686*|x86_64*)
depends="linux3.14 linux-firmware-amd linux-firmware-network dracut" depends="linux3.17 linux-firmware-amd linux-firmware-network dracut"
_depends_headers="linux3.14-headers" _depends_headers="linux3.17-headers"
;; ;;
esac esac