summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.12.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-09-22 08:57:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:37:48 +0000
commitb137421cfc9ded1480d8ef49f18b6bd90a0f617b (patch)
treea008f06892ad3aa70910397ef0dc4e5b0e3203aa /meta/recipes-core/eglibc/eglibc_2.12.bb
parent3a8590f1059e400ca6136241c19f9acca9e62bf7 (diff)
downloadpoky-b137421cfc9ded1480d8ef49f18b6bd90a0f617b.tar.gz
eglibc-2.12: Fix build on powerpc/603e
We pass --with-cpu to eglibc now. Which breaks the configure for cpus that it does not support We add support for ppc603e which gets 2.12 building for qemuppc. (From OE-Core rev: 465a988e2370ec377875b599045f2a7bad913ac6) (From OE-Core rev: f6dbd42382d980d90f3e64a94178a0050af537cf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Conflicts: meta/recipes-core/eglibc/eglibc_2.12.bb
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.12.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.12.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index a9d208b756..42202196da 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -1,7 +1,7 @@
1require eglibc.inc 1require eglibc.inc
2 2
3DEPENDS += "gperf-native" 3DEPENDS += "gperf-native"
4PR = "r24" 4PR = "r27"
5 5
6SRCREV = "14158" 6SRCREV = "14158"
7 7
@@ -12,6 +12,7 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
12 file://shorten-build-commands.patch \ 12 file://shorten-build-commands.patch \
13 file://mips-rld-map-check.patch \ 13 file://mips-rld-map-check.patch \
14 file://armv4-eabi-compile-fix.patch \ 14 file://armv4-eabi-compile-fix.patch \
15 file://ppc-enable-603e-cpu.patch \
15 file://etc/ld.so.conf \ 16 file://etc/ld.so.conf \
16 file://generate-supported.mk \ 17 file://generate-supported.mk \
17 " 18 "