summaryrefslogtreecommitdiff
path: root/meta/packages/icu
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-04 10:13:25 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-04 11:43:12 +0100
commit7b743641209492476329b88dcb213fbbd1780a9f (patch)
treeaf358ae5e607d684eab859b8aeec00d5927456b9 /meta/packages/icu
parent12f88767bc7686ddf3f33e9d731729e4ddc22075 (diff)
downloadopenembedded-core-7b743641209492476329b88dcb213fbbd1780a9f.tar.gz
openembedded-core-7b743641209492476329b88dcb213fbbd1780a9f.tar.bz2
openembedded-core-7b743641209492476329b88dcb213fbbd1780a9f.tar.xz
openembedded-core-7b743641209492476329b88dcb213fbbd1780a9f.zip
icu: Make sure changes apply to Makefile and Makefile.in to fix build failure
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/icu')
-rw-r--r--meta/packages/icu/icu-3.6.inc6
-rw-r--r--meta/packages/icu/icu_3.6.bb2
2 files changed, 3 insertions, 5 deletions
diff --git a/meta/packages/icu/icu-3.6.inc b/meta/packages/icu/icu-3.6.inc
index aa654f768..1c611bdf3 100644
--- a/meta/packages/icu/icu-3.6.inc
+++ b/meta/packages/icu/icu-3.6.inc
@@ -24,15 +24,13 @@ do_configure() {
libtoolize --force
gnu-configize --force
oe_runconf
- if [ "${BUILD_ARCH}" != "${HOST_ARCH}" ]; then
+ if [ "${PN}" != "icu-native" ]; 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
+ for i in */Makefile* */*.inc */*/Makefile* */*/*.inc */*/*.inc.in ; do
sed -i -e 's:$(INVOKE) $(BINDIR)/:$(INVOKE) :g' $i
sed -i -e 's:$(BINDIR)/::g' $i
done
- sed -i -e 's:$(BINDIR)/::g' extra/uconv/pkgdata.inc || true
- sed -i -e 's:$(BINDIR)/::g' extra/uconv/pkgdata.inc.in || true
fi
}
diff --git a/meta/packages/icu/icu_3.6.bb b/meta/packages/icu/icu_3.6.bb
index 7938dc63d..504211600 100644
--- a/meta/packages/icu/icu_3.6.bb
+++ b/meta/packages/icu/icu_3.6.bb
@@ -1,3 +1,3 @@
require icu-3.6.inc
-PR = "r5"
+PR = "r6"