1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

icu: Make sure changes apply to Makefile and Makefile.in to fix build failure

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-08-04 10:13:25 +01:00
parent 12f88767bc
commit 7b74364120
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -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
}
+1 -1
View File
@@ -1,3 +1,3 @@
require icu-3.6.inc
PR = "r5"
PR = "r6"