aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/icu
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/icu')
-rw-r--r--recipes/icu/icu_3.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb
index ae79ce7be6..56a70a2f1d 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
}