From 1ec0cc3edb714be7dd4cc3a4ec89cd29cdc790ae Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Thu, 17 Nov 2011 16:28:20 -0600 Subject: eglibc.inc: 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: 45140c860272fa4b610805d4dacadcf9201c3e35) 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/eglibc') 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