summaryrefslogtreecommitdiffstats
path: root/meta/packages/icu/icu-3.6.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-09 16:05:09 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-13 12:15:28 +0000
commitd4f23b6c00aeeb274e2d04fbe898013bc49fb702 (patch)
tree11547670994e30075ef035974526f06e59334e3c /meta/packages/icu/icu-3.6.inc
parent7b849ae2f5c348bd9c80b5ae46e7d2bc208bd6bb (diff)
downloadpoky-d4f23b6c00aeeb274e2d04fbe898013bc49fb702.tar.gz
icu: Fix typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/icu/icu-3.6.inc')
-rw-r--r--meta/packages/icu/icu-3.6.inc2
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 e8d4f48d22..df80c255c7 100644
--- a/meta/packages/icu/icu-3.6.inc
+++ b/meta/packages/icu/icu-3.6.inc
@@ -17,7 +17,7 @@ do_configure() {
17 libtoolize --force 17 libtoolize --force
18 gnu-configize --force 18 gnu-configize --force
19 oe_runconf 19 oe_runconf
20 if [ "${BUILD_ARCH}" != "${HOST_ARCH" ]; then 20 if [ "${BUILD_ARCH}" != "${HOST_ARCH}" ]; then
21 # In the non-native case we need to make substitutions to use 21 # In the non-native case we need to make substitutions to use
22 # the native versions of the tools 22 # the native versions of the tools
23 for i in */Makefile */*.inc */*/Makefile */*/*.inc ; do 23 for i in */Makefile */*.inc */*/Makefile */*/*.inc ; do