summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-11-16 15:33:30 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:43:50 +0000
commite5e7a913c2b3ed0c027a3695078437a82aa0afa9 (patch)
tree26bbd822d88b06c0bac43441df412985c813f787 /meta/recipes-core
parent165e39a0bb6addcdcd49dd5d522548271c4da724 (diff)
downloadpoky-e5e7a913c2b3ed0c027a3695078437a82aa0afa9.tar.gz
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 <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc1
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"
40# eglibc uses PARALLELMFLAGS variable to pass parallel build info so transfer 40# eglibc uses PARALLELMFLAGS variable to pass parallel build info so transfer
41# PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE 41# PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE
42EGLIBCPARALLELISM := "PARALLELMFLAGS="${PARALLEL_MAKE}"" 42EGLIBCPARALLELISM := "PARALLELMFLAGS="${PARALLEL_MAKE}""
43EXTRA_OEMAKE[vardepsexclude] += "EGLIBCPARALLELISM"
43EXTRA_OEMAKE += ${EGLIBCPARALLELISM} 44EXTRA_OEMAKE += ${EGLIBCPARALLELISM}
44PARALLEL_MAKE = "" 45PARALLEL_MAKE = ""
45 46