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-14 22:26:10 +0000 |
commit | 7957c5bc2771a763d26e50e716733c6335cef3c2 (patch) | |
tree | 220313973265ec9671a0d652ef33397cbc4651ef /meta/recipes-graphics/libsdl2 | |
parent | 445135f4fdd5878a0660029d0876aec51f971e20 (diff) | |
download | openembedded-core-7957c5bc2771a763d26e50e716733c6335cef3c2.tar.gz openembedded-core-7957c5bc2771a763d26e50e716733c6335cef3c2.tar.bz2 openembedded-core-7957c5bc2771a763d26e50e716733c6335cef3c2.zip |
meta: enable parallel build for several recipes
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>
Diffstat (limited to 'meta/recipes-graphics/libsdl2')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb index 38304a96a4..197f962824 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb @@ -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() { |