From: Richard Purdie Date: Thu, 12 Nov 2009 21:28:18 +0000 (+0000) Subject: icu: Add missing SYSROOT_DESTDIR to sysroot processing function X-Git-Tag: Release-2010-05/1~1699 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b75bb6dc288337c5a44074cf7652515be71df5;p=openembedded.git icu: Add missing SYSROOT_DESTDIR to sysroot processing function Signed-off-by: Richard Purdie --- 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 }