diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-02-12 17:39:34 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:27 +0000 |
commit | 60ae5c2eb0a06a84aa48e9ec1eaa0a619dc56629 (patch) | |
tree | c37939584ab83a54c78dd298bff144603a51dff9 /meta/recipes-support | |
parent | eee50b24eeff92e247942076ab6890c6b19a0f0f (diff) | |
download | poky-60ae5c2eb0a06a84aa48e9ec1eaa0a619dc56629.tar.gz |
meta: enable parallel build for several recipes
I used a for loop to build these packages more than 520 times, these
recipes never failed.
(From OE-Core rev: 7957c5bc2771a763d26e50e716733c6335cef3c2)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/icu/icu.inc | 1 | ||||
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.36.bb | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index 26994bb901..f192b95582 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc | |||
@@ -10,7 +10,6 @@ S = "${WORKDIR}/icu/source" | |||
10 | SPDX_S = "${WORKDIR}/icu" | 10 | SPDX_S = "${WORKDIR}/icu" |
11 | STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" | 11 | STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" |
12 | 12 | ||
13 | PARALLEL_MAKE = "" | ||
14 | CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0" | 13 | CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0" |
15 | 14 | ||
16 | BINCONFIG = "${bindir}/icu-config" | 15 | BINCONFIG = "${bindir}/icu-config" |
diff --git a/meta/recipes-support/libpcre/libpcre_8.36.bb b/meta/recipes-support/libpcre/libpcre_8.36.bb index 6aa0237aa4..a4b7f6d985 100644 --- a/meta/recipes-support/libpcre/libpcre_8.36.bb +++ b/meta/recipes-support/libpcre/libpcre_8.36.bb | |||
@@ -28,8 +28,6 @@ BINCONFIG = "${bindir}/pcre-config" | |||
28 | 28 | ||
29 | inherit autotools binconfig-disabled ptest | 29 | inherit autotools binconfig-disabled ptest |
30 | 30 | ||
31 | PARALLEL_MAKE = "" | ||
32 | |||
33 | EXTRA_OECONF = "\ | 31 | EXTRA_OECONF = "\ |
34 | --enable-newline-is-lf \ | 32 | --enable-newline-is-lf \ |
35 | --enable-rebuild-chartables \ | 33 | --enable-rebuild-chartables \ |