mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
eee50b24ee
commit
60ae5c2eb0
@@ -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.
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -11,8 +11,6 @@ RDEPENDS_${PN}_class-native = "xz-native"
|
||||
|
||||
S = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
inherit autotools gettext perlnative pkgconfig systemd
|
||||
|
||||
python () {
|
||||
|
||||
@@ -11,8 +11,6 @@ SRC_URI[sha256sum] = "000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c1707
|
||||
|
||||
RPROVIDES_${PN} = "libjson"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend() {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ inherit autotools-brokensep
|
||||
CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
|
||||
EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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} \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -28,8 +28,6 @@ BINCONFIG = "${bindir}/pcre-config"
|
||||
|
||||
inherit autotools binconfig-disabled ptest
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--enable-newline-is-lf \
|
||||
--enable-rebuild-chartables \
|
||||
|
||||
Reference in New Issue
Block a user