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-devtools/autoconf/autoconf_2.69.bb | |
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-devtools/autoconf/autoconf_2.69.bb')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.69.bb | 2 |
1 files changed, 0 insertions, 2 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" |