From 25b75bb6dc288337c5a44074cf7652515be71df5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 12 Nov 2009 21:28:18 +0000 Subject: icu: Add missing SYSROOT_DESTDIR to sysroot processing function Signed-off-by: Richard Purdie --- recipes/icu/icu_3.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3