diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/icu/icu-3.6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/icu/icu-3.6.inc b/meta/packages/icu/icu-3.6.inc index e8d4f48d2..df80c255c 100644 --- a/meta/packages/icu/icu-3.6.inc +++ b/meta/packages/icu/icu-3.6.inc @@ -17,7 +17,7 @@ do_configure() { libtoolize --force gnu-configize --force oe_runconf - if [ "${BUILD_ARCH}" != "${HOST_ARCH" ]; then + if [ "${BUILD_ARCH}" != "${HOST_ARCH}" ]; then # In the non-native case we need to make substitutions to use # the native versions of the tools for i in */Makefile */*.inc */*/Makefile */*/*.inc ; do |