kernel-libc-headers: bump to 3.17.1 for the getrandom syscall.
This commit is contained in:
parent
af64697a7a
commit
85062c6664
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kernel-libc-headers'
|
||||
#
|
||||
pkgname=kernel-libc-headers
|
||||
version=3.10.6
|
||||
version=3.17.1
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
nostrip=yes
|
||||
|
@ -11,7 +11,7 @@ short_desc="The Linux API headers for userland development"
|
|||
license="GPL-2"
|
||||
homepage="http://www.kernel.org"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=ed4dfd9f56b7c82e9c71331bbf8d2ea01ddfddc1b6209bd3f3c8640aa24065cf
|
||||
checksum=2c9c002cf9618962883d82ba3e1caaea29af4ea37147a82bad422afdc8d21dc2
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends="perl"
|
||||
|
@ -27,7 +27,6 @@ do_build() {
|
|||
make mrproper
|
||||
make ARCH=${_arch} headers_check
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make ARCH=${_arch} INSTALL_HDR_PATH=${DESTDIR}/usr headers_install
|
||||
# Remove unused files.
|
||||
|
|
Loading…
Reference in a new issue