[oe-commits] Richard Purdie : icu: Add missing SYSROOT_DESTDIR to sysroot processing function

git version control git at git.openembedded.org
Fri Nov 13 06:54:16 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 25b75bb6dc288337c5a44074cf7652515be71df5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=25b75bb6dc288337c5a44074cf7652515be71df5

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Thu Nov 12 21:28:18 2009 +0000

icu: Add missing SYSROOT_DESTDIR to sysroot processing function

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

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

diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb
index ae79ce7..56a70a2 100644
--- a/recipes/icu/icu_3.6.bb
+++ b/recipes/icu/icu_3.6.bb
@@ -41,7 +41,7 @@ SYSROOT_PREPROCESS_FUNCS += "icu_sysroot_preprocess"
 
 # We need to append this so it runs *after* binconfig's preprocess function
 icu_sysroot_preprocess () {
-        sed -i -e s:^prefix=:prefix=\"${STAGING_DIR_TARGET}/usr\": ${STAGING_BINDIR_CROSS}/icu-config
+        sed -i -e s:^prefix=:prefix=\"${STAGING_DIR_TARGET}/usr\": ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/icu-config
 }	
 
 





More information about the Openembedded-commits mailing list