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-support/icu/icu.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-support/icu/icu.inc') diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index 26994bb901..f192b95582 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc @@ -10,7 +10,6 @@ S = "${WORKDIR}/icu/source" SPDX_S = "${WORKDIR}/icu" STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" -PARALLEL_MAKE = "" CPPFLAGS_append_libc-uclibc = " -DU_TIMEZONE=0" BINCONFIG = "${bindir}/icu-config" -- cgit v1.2.3-54-g00ecf