aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klibc.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-04-24 00:16:12 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-04-24 08:07:41 +0200
commite360922f652af30c4222f447b5145706df375bfc (patch)
treed5e04a44f11594206903d713fdbc3dc6cc6ccb7d /meta-initramfs/recipes-devtools/klibc/klibc.inc
parenta2c1414b58723f6ec387ceb43b7575fd4f21d90a (diff)
downloadmeta-openembedded-contrib-e360922f652af30c4222f447b5145706df375bfc.tar.gz
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 <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index 0f7cbbe965..6a15e0cd8e 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"