From e360922f652af30c4222f447b5145706df375bfc Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 24 Apr 2012 00:16:12 +0000 Subject: klibc_1.5.25: add patches to build with 3.2 kernel headers * kernel_3.2__aligned_u64.patch is already upstream * hack around the missing headers (now in /generated/asm) * bump INC_PR * waiting for klibc_2.0 release Signed-off-by: Andrea Adami Signed-off-by: Koen Kooi --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc') diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 0f7cbbe96..6a15e0cd8 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc @@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" # debugsources.list: No such file or directory: INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -INC_PR = "r2" +INC_PR = "r3" KLIBC_ARCH = '${TARGET_ARCH}' KLIBC_ARCH_armeb = 'arm' @@ -34,6 +34,7 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \ file://dash_readopt.patch \ file://wc.patch \ file://staging.patch \ + file://kernel_3.2__aligned_u64.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf