]> code.ossystems Code Review - openembedded-core.git/commitdiff
icu: Fix typo
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 9 Nov 2009 16:05:09 +0000 (16:05 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 13 Nov 2009 12:15:28 +0000 (12:15 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/icu/icu-3.6.inc

index e8d4f48d221738362b4ccfa361bde266df3ce181..df80c255c7fd50eca02eec79fb8bce15aa29549f 100644 (file)
@@ -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