[oe-commits] Matthew McClintock : eglibc.inc: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE

git at git.openembedded.org git at git.openembedded.org
Thu Nov 24 23:12:12 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: 45140c860272fa4b610805d4dacadcf9201c3e35
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=45140c860272fa4b610805d4dacadcf9201c3e35

Author: Matthew McClintock <msm at freescale.com>
Date:   Thu Nov 17 16:28:20 2011 -0600

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 at freescale.com>

---

 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 fe9f8ba..272fcb6 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 = ""
 





More information about the Openembedded-commits mailing list