From: Kristoffer Ericson Date: Tue, 12 Jan 2010 20:26:10 +0000 (+0100) Subject: fixed calling native binaries with host libraries X-Git-Tag: Release-2010-05/1~898^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b22318d8210ac9164ae8bb10b7ddfef8a95557;p=openembedded.git fixed calling native binaries with host libraries Signed-off-by: Filip zyzniewski Signed-off-by: Kristoffer Ericson --- diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb index 6fd9b3d613..020a4e805c 100644 --- a/recipes/icu/icu_3.6.bb +++ b/recipes/icu/icu_3.6.bb @@ -7,9 +7,10 @@ SRC_URI += "file://use-g++-for-linking.patch;patch=1 \ file://rematch-gcc-bug.patch;patch=1" do_configure_append() { - for i in */Makefile */*.inc */*/Makefile */*/*.inc ; do + for i in */Makefile */*.inc */*/Makefile */*/*.inc icudefs.mk ; do sed -i -e 's:$(INVOKE) $(BINDIR)/:$(INVOKE) :g' $i sed -i -e 's:$(BINDIR)/::g' $i + sed -i -e 's:LD_LIBRARY_PATH:LD_LIBRARY_PATH_FAKE:g' $i done sed -i -e 's:$(BINDIR)/::g' extra/uconv/pkgdata.inc || true sed -i -e 's:$(BINDIR)/::g' extra/uconv/pkgdata.inc.in || true