kernel-libc-headers: update to 6.1.
This commit is contained in:
parent
e934cce81b
commit
b6a8e78ed5
|
@ -7,6 +7,6 @@
|
||||||
+#ifdef __GLIBC__
|
+#ifdef __GLIBC__
|
||||||
#include <linux/sysinfo.h>
|
#include <linux/sysinfo.h>
|
||||||
+#endif
|
+#endif
|
||||||
|
#include <linux/const.h>
|
||||||
|
|
||||||
/*
|
#endif /* _UAPI_LINUX_KERNEL_H */
|
||||||
* 'kernel.h' contains some often-used function prototypes etc
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kernel-libc-headers'
|
# Template file for 'kernel-libc-headers'
|
||||||
pkgname=kernel-libc-headers
|
pkgname=kernel-libc-headers
|
||||||
version=5.10.4
|
version=6.1
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="Linux API headers for userland development"
|
short_desc="Linux API headers for userland development"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
distfiles="$KERNEL_SITE/kernel/v${version%%.*}.x/linux-${version}.tar.xz"
|
distfiles="$KERNEL_SITE/kernel/v${version%%.*}.x/linux-${version}.tar.xz"
|
||||||
checksum=904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec
|
checksum=2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
|
Loading…
Reference in New Issue