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-graphics/libsdl | |
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-graphics/libsdl')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb index e544b60eae..266bd42467 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | |||
@@ -53,8 +53,6 @@ EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers | |||
53 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}" | 53 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}" |
54 | PACKAGECONFIG[alsa] = "--enable-alsa --disable-alsatest,--disable-alsa,alsa-lib," | 54 | PACKAGECONFIG[alsa] = "--enable-alsa --disable-alsatest,--disable-alsa,alsa-lib," |
55 | 55 | ||
56 | PARALLEL_MAKE = "" | ||
57 | |||
58 | EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" | 56 | EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" |
59 | 57 | ||
60 | do_configure_prepend() { | 58 | do_configure_prepend() { |