diff options
author | Matthew McClintock <msm@freescale.com> | 2011-11-17 16:28:20 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-24 22:09:20 +0000 |
commit | 45140c860272fa4b610805d4dacadcf9201c3e35 (patch) | |
tree | ec35e1cf04e87f3c97ce93c151d9e4becab711a6 | |
parent | b64cbe0b511de8d8943ce34cbb4901239d9f0cb0 (diff) | |
download | openembedded-core-45140c860272fa4b610805d4dacadcf9201c3e35.tar.gz openembedded-core-45140c860272fa4b610805d4dacadcf9201c3e35.tar.bz2 openembedded-core-45140c860272fa4b610805d4dacadcf9201c3e35.zip |
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 <msm@freescale.com>
-rw-r--r-- | meta/recipes-core/eglibc/eglibc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "" |