mirror of
https://git.yoctoproject.org/poky
synced 2026-09-17 21:49:32 +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)
|
||||
Reference in New Issue
Block a user