]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta: enable parallel build for several recipes
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 13 Feb 2015 01:39:34 +0000 (17:39 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 22:26:10 +0000 (22:26 +0000)
I used a for loop to build these packages more than 520 times, these
recipes never failed.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
18 files changed:
meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
meta/recipes-core/libcgroup/libcgroup_0.41.bb
meta/recipes-devtools/autoconf/autoconf_2.69.bb
meta/recipes-devtools/dpkg/dpkg.inc
meta/recipes-devtools/json-c/json-c_0.12.bb
meta/recipes-devtools/mtd/mtd-utils_git.bb
meta/recipes-devtools/python/python-pygobject_2.28.3.bb
meta/recipes-devtools/valgrind/valgrind_3.10.1.bb
meta/recipes-extended/bash/bash.inc
meta/recipes-extended/mailx/mailx_12.5.bb
meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb
meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb
meta/recipes-graphics/xorg-lib/xcb-util.inc
meta/recipes-kernel/perf/perf.bb
meta/recipes-multimedia/speex/speex_1.2rc1.bb
meta/recipes-support/icu/icu.inc
meta/recipes-support/libpcre/libpcre_8.36.bb

index d312349fe43e9604bde0c844237e6f37d785b521..e4655d9a60b9c12a023b67c89e61200812bf5219 100644 (file)
@@ -34,8 +34,6 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
 SRC_URI[md5sum] = "8de676b9ff34b8f9addc1d0800fabdf8"
 SRC_URI[sha256sum] = "ff79d70b7b58b2c8f9b798c58721127e82bb96022adc04a5c4cb251630e696b8"
 
-PARALLEL_MAKE = ""
-
 # Only kernel-module-nfsd is required here (but can be built-in)  - the nfsd module will
 # pull in the remainder of the dependencies.
 
index 69f85666aad804f6730a2c7319bd98f35586e0e4..52ba1d760ff62656527ee5b7255f638dc6d99dcf 100644 (file)
@@ -17,9 +17,6 @@ SRC_URI[sha256sum] = "e4e38bdc7ef70645ce33740ddcca051248d56b53283c0dc6d404e17706
 
 EXTRA_OECONF = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}"
 
-# http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg21444.html
-PARALLEL_MAKE = ""
-
 PACKAGES =+ "cgroups-pam-plugin"
 FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*"
 FILES_${PN}-dbg += "${base_libdir}/security/.debug"
index 41a17d291311f4a828bf377f3e36f24345a5a367..809007f35d6c39267d1f92ac665f64eef83af6ef 100644 (file)
@@ -2,8 +2,6 @@ require autoconf.inc
 
 PR = "r11"
 
-PARALLEL_MAKE = ""
-
 LICENSE = "GPLv2 & GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                    file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504"
index 5515666d3c6bb592714f1b1938db21e3c99b295c..eb47dada5d8a5c901ecea7336550637c34dabfbe 100644 (file)
@@ -11,8 +11,6 @@ RDEPENDS_${PN}_class-native = "xz-native"
 
 S = "${WORKDIR}/${BPN}-${PV}"
 
-PARALLEL_MAKE = ""
-
 inherit autotools gettext perlnative pkgconfig systemd
 
 python () {
index 79cf6dca70a39d0c9bcdfdbbbfa925217e94ad3d..e9c5b31745b33079b0970e4c1a45f23bd29d00d8 100644 (file)
@@ -11,8 +11,6 @@ SRC_URI[sha256sum] = "000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c1707
 
 RPROVIDES_${PN} = "libjson"
 
-PARALLEL_MAKE = ""
-
 inherit autotools
 
 do_configure_prepend() {
index 52297c63ba5dd04af3cfaae4db257c72f26fc498..267d1e940700984e74df55c0e162df4d6468bb17 100644 (file)
@@ -29,6 +29,4 @@ FILES_mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump ${sbindir}/j
 FILES_mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*"
 FILES_mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd* ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image"
 
-PARALLEL_MAKE = ""
-
 BBCLASSEXTEND = "native"
index 45a0603eb775981d0c7e0a4e96d996306ace8d7c..e7f17ff689cc38976d85034105e7decc27c0aca9 100644 (file)
@@ -18,8 +18,6 @@ S = "${WORKDIR}/pygobject-${PV}"
 
 EXTRA_OECONF += "--disable-introspection"
 
-PARALLEL_MAKEINST = ""
-
 inherit autotools distutils-base pkgconfig
 
 # necessary to let the call for python-config succeed
index 543c8a62faeef3ce567133207820f0ef4b62bb18..7d02b9f0ea860c9e41cd6a3b5c61a1970ae121cd 100644 (file)
@@ -36,7 +36,6 @@ inherit autotools ptest
 EXTRA_OECONF = "--enable-tls --without-mpicc"
 EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi --without-mpicc"
 EXTRA_OEMAKE = "-w"
-PARALLEL_MAKE = ""
 
 do_install_append () {
     install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/
index 0fd5af9797b300df6ad0056c246cdad625b16b61..d7b28cfffed241a308f22e9ef231125885ac8ddc 100644 (file)
@@ -6,8 +6,6 @@ DEPENDS = "ncurses bison-native"
 
 inherit autotools gettext texinfo update-alternatives ptest
 
-PARALLEL_MAKE = ""
-
 EXTRA_AUTORECONF += "--exclude=autoheader"
 EXTRA_OECONF = "--enable-job-control"
 
index cc0b6bfd3a04528b811ca8344b8fbe8e6f0c9750..f2899d5b76d6c9712eff1afd3af01effdd9d9e0f 100644 (file)
@@ -29,4 +29,3 @@ inherit autotools-brokensep
 CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
 EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail"
 
-PARALLEL_MAKE = ""
index e544b60eaeaecf5b1814e3ed169536e5db3a23c6..266bd42467f8d488a22c3a5287af63793d7820ea 100644 (file)
@@ -53,8 +53,6 @@ EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}"
 PACKAGECONFIG[alsa] = "--enable-alsa --disable-alsatest,--disable-alsa,alsa-lib,"
 
-PARALLEL_MAKE = ""
-
 EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader"
 
 do_configure_prepend() {
index 38304a96a4560711811edc1d9671dc587fd7735b..197f962824ffd8ba7fd9d90955cb06058d2e1134 100644 (file)
@@ -42,8 +42,6 @@ EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}"
 PACKAGECONFIG[alsa] = "--enable-alsa --disable-alsatest,--disable-alsa,alsa-lib,"
 
-PARALLEL_MAKE = ""
-
 EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader"
 
 do_configure_prepend() {
index 3e7ef27bed74a6099765f15b81aaba39a8ec8460..5514c7f5e84f5b33d06ee2e7ec4e606ceee26e21 100644 (file)
@@ -7,7 +7,6 @@ SECTION = "x11/libs"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6edc1fea03d959f0c2d743fe5ca746ad"
 
-PARALLEL_MAKE = ""
 #DEPENDS = "xcb-proto xproto libxau libxslt-native"
 # DEPENDS += "xsltproc-native gperf-native"
 
index 7dad545c33636b430086494903e05f3c96995467..d15cf9fba1fb48f594525fa2d9eea18c53978436 100644 (file)
@@ -16,8 +16,6 @@ SECTION = "x11/libs"
 DEPENDS = "libxcb"
 DEPENDS += "gperf-native"
 
-PARALLEL_MAKE = ""
-
 SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2"
 
 inherit autotools pkgconfig
index fcfd0ada1fcd8f849f7bf2936995b96a0d530d85..f69d177949e533ecfb8a26465fd37607246bd945 100644 (file)
@@ -98,7 +98,6 @@ EXTRA_OEMAKE += "\
     'infodir=${@os.path.relpath(infodir, prefix)}' \
 "
 
-PARALLEL_MAKE = ""
 
 do_compile() {
        # Linux kernel build system is expected to do the right thing
index 9fd88a39f3396b29ebc6251268f9a3e941d99a48..5ff50b73832e054e7d7103e0be22b9d6e6c918ee 100644 (file)
@@ -14,8 +14,6 @@ SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-${PV}.tar.gz"
 SRC_URI[md5sum] = "c4438b22c08e5811ff10e2b06ee9b9ae"
 SRC_URI[sha256sum] = "342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6"
 
-PARALLEL_MAKE = ""
-
 inherit autotools pkgconfig lib_package
 
 EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
index 26994bb9012e6f14a503012639bd243c976a95da..f192b955826fbc5f160a3854eb02e268c66b4573 100644 (file)
@@ -10,7 +10,6 @@ S = "${WORKDIR}/icu/source"
 SPDX_S = "${WORKDIR}/icu"
 STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}"
 
-PARALLEL_MAKE = ""
 CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0"
 
 BINCONFIG = "${bindir}/icu-config"
index 6aa0237aa435252d434821cdbba33d0cf3981c20..a4b7f6d9850b34b7236c7a23cd6feb4d94b281d7 100644 (file)
@@ -28,8 +28,6 @@ BINCONFIG = "${bindir}/pcre-config"
 
 inherit autotools binconfig-disabled ptest
 
-PARALLEL_MAKE = ""
-
 EXTRA_OECONF = "\
     --enable-newline-is-lf \
     --enable-rebuild-chartables \