From: Matthew McClintock Date: Thu, 17 Nov 2011 22:28:20 +0000 (-0600) Subject: eglibc.inc: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE X-Git-Tag: 2015-4~12708 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=45140c860272fa4b610805d4dacadcf9201c3e35;p=openembedded-core.git eglibc.inc: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE Without this simply changing the number of threads via PARALLEL_MAKE can invalidate sstate-cache Signed-off-by: Matthew McClintock --- 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 = ""