summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-11-17 16:28:20 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-24 22:12:04 +0000
commit1ec0cc3edb714be7dd4cc3a4ec89cd29cdc790ae (patch)
tree530c038cad793301d5eab1aaec926258ce063196 /meta/recipes-core/eglibc
parent6c7108fc9121b3643707b3c2f704049c1d9ce4ca (diff)
downloadpoky-1ec0cc3edb714be7dd4cc3a4ec89cd29cdc790ae.tar.gz
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 <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-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