From 60ae5c2eb0a06a84aa48e9ec1eaa0a619dc56629 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 12 Feb 2015 17:39:34 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-graphics/libsdl/libsdl_1.2.15.bb') 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 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() { -- cgit v1.2.3-54-g00ecf