mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
icu-3.6: fix building with big make -j
icu-3.6 buildsystem contains small problem which causes some parallel builds to fail. Fix that. (From OE-Core rev: 41b7c955cfdc7b4d5c667c8a8742237d5edaca4f) Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0126118729
commit
dbff56238e
19
meta/recipes-support/icu/files/fix-parallel-build.patch
Normal file
19
meta/recipes-support/icu/files/fix-parallel-build.patch
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
Upstream-Status: pending
|
||||||
|
|
||||||
|
Fix parallel builds
|
||||||
|
|
||||||
|
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
||||||
|
|
||||||
|
Index: source/data/Makefile.in
|
||||||
|
===================================================================
|
||||||
|
--- source.orig/data/Makefile.in 2011-09-02 02:03:37.000000000 +0400
|
||||||
|
+++ source/data/Makefile.in 2011-09-02 02:06:26.000000000 +0400
|
||||||
|
@@ -351,8 +351,8 @@
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
-build-dir: $(BUILD_DIRS)
|
||||||
|
-$(BUILD_DIRS):
|
||||||
|
+$(MAINBUILDDIR) $(BUILD_DIRS): build-dir
|
||||||
|
+build-dir:
|
||||||
|
-$(MKINSTALLDIRS) $(BUILD_DIRS)
|
||||||
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www-01.ibm.com/software/globalization/icu/index.jsp"
|
|||||||
|
|
||||||
BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
|
BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
|
||||||
file://gccfix.patch;apply=yes \
|
file://gccfix.patch;apply=yes \
|
||||||
|
file://fix-parallel-build.patch \
|
||||||
file://use-g++-for-linking.patch;apply=yes"
|
file://use-g++-for-linking.patch;apply=yes"
|
||||||
SRC_URI = "${BASE_SRC_URI} \
|
SRC_URI = "${BASE_SRC_URI} \
|
||||||
file://noldlibpath.patch;apply=yes"
|
file://noldlibpath.patch;apply=yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user