[oe-commits] Khem Raj : eglibc-2.12: Fix build on powerpc

git at git.openembedded.org git at git.openembedded.org
Wed Dec 7 07:51:10 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 747deaff0b6c55822868b19dca77aaa51c38b2c4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=747deaff0b6c55822868b19dca77aaa51c38b2c4

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Dec  6 06:34:56 2011 +0000

eglibc-2.12: Fix build on powerpc

After tune file rework this patch needed an update
so here we come. Fixes the build for powerpc

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../eglibc/eglibc-2.12/ppc-enable-603e-cpu.patch   |   12 ++++++------
 meta-oe/recipes-core/eglibc/eglibc_2.12.bb         |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta-oe/recipes-core/eglibc/eglibc-2.12/ppc-enable-603e-cpu.patch b/meta-oe/recipes-core/eglibc/eglibc-2.12/ppc-enable-603e-cpu.patch
index 5c90e5b..70d3aed 100644
--- a/meta-oe/recipes-core/eglibc/eglibc-2.12/ppc-enable-603e-cpu.patch
+++ b/meta-oe/recipes-core/eglibc/eglibc-2.12/ppc-enable-603e-cpu.patch
@@ -12,15 +12,15 @@ Upstream-Status: Inappropriate [OE config related]
 
 Signed-off-by: Khem Raj <raj.khem at gmail.com>
 
-Index: libc/ports/sysdeps/powerpc/powerpc32/603e/Implies
+Index: libc/ports/sysdeps/powerpc/powerpc32/603e/fpu/Implies
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ libc/ports/sysdeps/powerpc/powerpc32/603e/Implies	2011-09-17 19:18:57.593292084 -0700
++++ libc/ports/sysdeps/powerpc/powerpc32/603e/fpu/Implies	2011-12-05 22:18:14.151326027 -0800
 @@ -0,0 +1 @@
-+powerpc/powerpc32
-Index: libc/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/603e/Implies
++powerpc/powerpc32/fpu
+Index: libc/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/603e/fpu/Implies
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ libc/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/603e/Implies	2011-09-17 19:17:48.613292100 -0700
++++ libc/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/603e/fpu/Implies	2011-12-05 22:16:11.751326040 -0800
 @@ -0,0 +1 @@
-+powerpc/powerpc32
++powerpc/powerpc32/603e/fpu
diff --git a/meta-oe/recipes-core/eglibc/eglibc_2.12.bb b/meta-oe/recipes-core/eglibc/eglibc_2.12.bb
index 7ab8033..3509e8d 100644
--- a/meta-oe/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta-oe/recipes-core/eglibc/eglibc_2.12.bb
@@ -1,7 +1,7 @@
 require recipes-core/eglibc/eglibc.inc
 
 DEPENDS += "gperf-native"
-PR = "r27"
+PR = "r28"
 
 SRCREV = "15872"
 





More information about the Openembedded-commits mailing list