From e5e7a913c2b3ed0c027a3695078437a82aa0afa9 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 16 Nov 2011 15:33:30 -0600 Subject: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE Without this simply changing the number of threads via PARALLEL_MAKE can invalidate sstate-cache (From OE-Core rev: b2411e12f9ea32012af20ecee1e09d95db129b75) Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- meta/recipes-core/eglibc/eglibc.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc index fe9f8bab55..272fcb6273 100644 --- a/meta/recipes-core/eglibc/eglibc.inc +++ b/meta/recipes-core/eglibc/eglibc.inc @@ -40,6 +40,7 @@ ARM_INSTRUCTION_SET = "arm" # eglibc uses PARALLELMFLAGS variable to pass parallel build info so transfer # PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE EGLIBCPARALLELISM := "PARALLELMFLAGS="${PARALLEL_MAKE}"" +EXTRA_OEMAKE[vardepsexclude] += "EGLIBCPARALLELISM" EXTRA_OEMAKE += ${EGLIBCPARALLELISM} PARALLEL_MAKE = "" -- cgit v1.2.3-54-g00ecf