From 7957c5bc2771a763d26e50e716733c6335cef3c2 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. Signed-off-by: Robert Yang --- meta/recipes-extended/bash/bash.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-extended/bash') diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 0fd5af9797..d7b28cfffe 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -6,8 +6,6 @@ DEPENDS = "ncurses bison-native" inherit autotools gettext texinfo update-alternatives ptest -PARALLEL_MAKE = "" - EXTRA_AUTORECONF += "--exclude=autoheader" EXTRA_OECONF = "--enable-job-control" -- cgit 1.2.3-korg