diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.69.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/json-c/json-c_0.12.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.28.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | 1 |
6 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb index 41a17d2913..809007f35d 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb | |||
@@ -2,8 +2,6 @@ require autoconf.inc | |||
2 | 2 | ||
3 | PR = "r11" | 3 | PR = "r11" |
4 | 4 | ||
5 | PARALLEL_MAKE = "" | ||
6 | |||
7 | LICENSE = "GPLv2 & GPLv3" | 5 | LICENSE = "GPLv2 & GPLv3" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
9 | file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504" | 7 | file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504" |
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 5515666d3c..eb47dada5d 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -11,8 +11,6 @@ RDEPENDS_${PN}_class-native = "xz-native" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/${BPN}-${PV}" | 12 | S = "${WORKDIR}/${BPN}-${PV}" |
13 | 13 | ||
14 | PARALLEL_MAKE = "" | ||
15 | |||
16 | inherit autotools gettext perlnative pkgconfig systemd | 14 | inherit autotools gettext perlnative pkgconfig systemd |
17 | 15 | ||
18 | python () { | 16 | python () { |
diff --git a/meta/recipes-devtools/json-c/json-c_0.12.bb b/meta/recipes-devtools/json-c/json-c_0.12.bb index 79cf6dca70..e9c5b31745 100644 --- a/meta/recipes-devtools/json-c/json-c_0.12.bb +++ b/meta/recipes-devtools/json-c/json-c_0.12.bb | |||
@@ -11,8 +11,6 @@ SRC_URI[sha256sum] = "000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c1707 | |||
11 | 11 | ||
12 | RPROVIDES_${PN} = "libjson" | 12 | RPROVIDES_${PN} = "libjson" |
13 | 13 | ||
14 | PARALLEL_MAKE = "" | ||
15 | |||
16 | inherit autotools | 14 | inherit autotools |
17 | 15 | ||
18 | do_configure_prepend() { | 16 | do_configure_prepend() { |
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index 52297c63ba..267d1e9407 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb | |||
@@ -29,6 +29,4 @@ FILES_mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump ${sbindir}/j | |||
29 | FILES_mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*" | 29 | FILES_mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*" |
30 | FILES_mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd* ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image" | 30 | FILES_mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd* ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image" |
31 | 31 | ||
32 | PARALLEL_MAKE = "" | ||
33 | |||
34 | BBCLASSEXTEND = "native" | 32 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-devtools/python/python-pygobject_2.28.3.bb b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb index 45a0603eb7..e7f17ff689 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.28.3.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb | |||
@@ -18,8 +18,6 @@ S = "${WORKDIR}/pygobject-${PV}" | |||
18 | 18 | ||
19 | EXTRA_OECONF += "--disable-introspection" | 19 | EXTRA_OECONF += "--disable-introspection" |
20 | 20 | ||
21 | PARALLEL_MAKEINST = "" | ||
22 | |||
23 | inherit autotools distutils-base pkgconfig | 21 | inherit autotools distutils-base pkgconfig |
24 | 22 | ||
25 | # necessary to let the call for python-config succeed | 23 | # necessary to let the call for python-config succeed |
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb index 543c8a62fa..7d02b9f0ea 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | |||
@@ -36,7 +36,6 @@ inherit autotools ptest | |||
36 | EXTRA_OECONF = "--enable-tls --without-mpicc" | 36 | EXTRA_OECONF = "--enable-tls --without-mpicc" |
37 | EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi --without-mpicc" | 37 | EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi --without-mpicc" |
38 | EXTRA_OEMAKE = "-w" | 38 | EXTRA_OEMAKE = "-w" |
39 | PARALLEL_MAKE = "" | ||
40 | 39 | ||
41 | do_install_append () { | 40 | do_install_append () { |
42 | install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/ | 41 | install -m 644 ${B}/default.supp ${D}/${libdir}/valgrind/ |