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-devtools/json-c/json-c_0.12.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/json-c') diff --git a/meta/recipes-devtools/json-c/json-c_0.12.bb b/meta/recipes-devtools/json-c/json-c_0.12.bb index 79cf6dca70..e9c5b31745 100644 --- a/meta/recipes-devtools/json-c/json-c_0.12.bb +++ b/meta/recipes-devtools/json-c/json-c_0.12.bb @@ -11,8 +11,6 @@ SRC_URI[sha256sum] = "000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c1707 RPROVIDES_${PN} = "libjson" -PARALLEL_MAKE = "" - inherit autotools do_configure_prepend() { -- cgit 1.2.3-korg