From 63e93c5a8cc275a276716d7e18bab7f746adf8be Mon Sep 17 00:00:00 2001 From: marmeladema Date: Sat, 9 Apr 2022 22:07:19 +0200 Subject: [PATCH] kernel-libc-headers: update to 5.15.33 --- ...-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch | 6 +++--- srcpkgs/kernel-libc-headers/template | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/kernel-libc-headers/patches/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch b/srcpkgs/kernel-libc-headers/patches/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch index c93e732de0ee..5564ab298a8c 100644 --- a/srcpkgs/kernel-libc-headers/patches/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch +++ b/srcpkgs/kernel-libc-headers/patches/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch @@ -1,12 +1,12 @@ --- a/include/uapi/linux/kernel.h +++ b/include/uapi/linux/kernel.h -@@ -1,7 +1,9 @@ +@@ -2,7 +2,9 @@ #ifndef _UAPI_LINUX_KERNEL_H #define _UAPI_LINUX_KERNEL_H +#ifdef __GLIBC__ #include +#endif + #include - /* - * 'kernel.h' contains some often-used function prototypes etc + #endif /* _UAPI_LINUX_KERNEL_H */ diff --git a/srcpkgs/kernel-libc-headers/template b/srcpkgs/kernel-libc-headers/template index ff67067469e9..a072a03b0143 100644 --- a/srcpkgs/kernel-libc-headers/template +++ b/srcpkgs/kernel-libc-headers/template @@ -1,6 +1,6 @@ # Template file for 'kernel-libc-headers' pkgname=kernel-libc-headers -version=5.10.4 +version=5.15.33 revision=1 bootstrap=yes wrksrc=linux-${version} @@ -9,7 +9,7 @@ maintainer="Érico Nogueira " license="GPL-2.0-only" homepage="http://www.kernel.org" distfiles="$KERNEL_SITE/kernel/v${version%%.*}.x/linux-${version}.tar.xz" -checksum=904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec +checksum=c30a17e6090f9ebf2d8ff58cd6c92c7324b1f4a8b3aa6a7f68850310af05a9c4 if [ "$CHROOT_READY" ]; then hostmakedepends="perl"