[oe-commits] Koen Kooi : icu 3.6: sed binconfig file so that -I/usr/include doesn' t end up in cflags for e.g. webkit

GIT User account git at amethyst.openembedded.net
Fri Oct 31 10:42:23 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 037319d0bffb37a6cbc6f8a6a64135fa9169e437
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=037319d0bffb37a6cbc6f8a6a64135fa9169e437

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Oct 31 11:38:44 2008 +0100

icu 3.6: sed binconfig file so that -I/usr/include doesn't end up in cflags for e.g. webkit

---

 packages/icu/icu_3.6.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/packages/icu/icu_3.6.bb b/packages/icu/icu_3.6.bb
index 91b25ad..1dbdf94 100644
--- a/packages/icu/icu_3.6.bb
+++ b/packages/icu/icu_3.6.bb
@@ -1,7 +1,7 @@
 require icu-3.6.inc
 
 DEPENDS += "icu-native"
-PR = "r3"
+PR = "r4"
 
 SRC_URI += "file://use-g++-for-linking.patch;patch=1"
 
@@ -34,6 +34,11 @@ FILES_libicuio = "${libdir}/libicuio.so.*"
 
 do_stage() {
         autotools_stage_all
+}
+
+# We need to append this so it runs *after* binconfig.do_stage
+do_stage_append() {
+        sed -i -e s:^prefix=:prefix=\"${STAGING_DIR_TARGET}/usr\": ${STAGING_BINDIR_CROSS}/icu-config
 }	
 
 





More information about the Openembedded-commits mailing list