From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Subject: [PATCH 2/3] icu-3.6: fix building with big make -j
Date: Sat, 3 Sep 2011 22:22:44 +0400 [thread overview]
Message-ID: <1315074165-20137-2-git-send-email-dbaryshkov@gmail.com> (raw)
In-Reply-To: <1315074165-20137-1-git-send-email-dbaryshkov@gmail.com>
icu-3.6 buildsystem contains small problem which causes some parallel
builds to fail. Fix that.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
.../icu/files/fix-parallel-build.patch | 19 +++++++++++++++++++
meta/recipes-support/icu/icu-3.6.inc | 1 +
2 files changed, 20 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-support/icu/files/fix-parallel-build.patch
diff --git a/meta/recipes-support/icu/files/fix-parallel-build.patch b/meta/recipes-support/icu/files/fix-parallel-build.patch
new file mode 100644
index 0000000..5b01a4c
--- /dev/null
+++ b/meta/recipes-support/icu/files/fix-parallel-build.patch
@@ -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)
diff --git a/meta/recipes-support/icu/icu-3.6.inc b/meta/recipes-support/icu/icu-3.6.inc
index 1c611bd..18efd16 100644
--- a/meta/recipes-support/icu/icu-3.6.inc
+++ b/meta/recipes-support/icu/icu-3.6.inc
@@ -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 \
file://gccfix.patch;apply=yes \
+ file://fix-parallel-build.patch \
file://use-g++-for-linking.patch;apply=yes"
SRC_URI = "${BASE_SRC_URI} \
file://noldlibpath.patch;apply=yes"
--
1.7.2.5
next prev parent reply other threads:[~2011-09-03 18:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-03 18:22 [PATCH 1/3] zaurusd: enable support for collie Dmitry Eremin-Solenikov
2011-09-03 18:22 ` Dmitry Eremin-Solenikov [this message]
2011-09-05 19:39 ` [PATCH 2/3] icu-3.6: fix building with big make -j Richard Purdie
2011-09-03 18:22 ` [PATCH 3/3] qt-demo-init: fix init script Dmitry Eremin-Solenikov
2011-09-05 19:38 ` Richard Purdie
2011-09-03 18:28 ` [PATCH 1/3] zaurusd: enable support for collie Koen Kooi
2011-09-03 19:04 ` Dmitry Eremin-Solenikov
2011-09-05 8:53 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1315074165-20137-2-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox