[oe-commits] Khem Raj : eglibc.inc: Use quotes to cover -jN and -j N

git version control git at git.openembedded.org
Fri Sep 24 20:47:51 UTC 2010


Module: openembedded.git
Branch: master
Commit: 750a7a6a703b515a211e63b79712f14463e43c61
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=750a7a6a703b515a211e63b79712f14463e43c61

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Sep 24 13:45:40 2010 -0700

eglibc.inc: Use quotes to cover -jN and -j N

Thanks Heinervdm for testing.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/eglibc/eglibc.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc
index c8ecff8..d6487d1 100644
--- a/recipes/eglibc/eglibc.inc
+++ b/recipes/eglibc/eglibc.inc
@@ -22,6 +22,6 @@ INHIBIT_DEFAULT_DEPS = "1"
 ARM_INSTRUCTION_SET = "arm"
 # eglibc uses PARALLELMFLAGS variable to pass parallel build info so transfer
 # PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE
-EXTRA_OEMAKE := "PARALLELMFLAGS=${PARALLEL_MAKE}"
+EXTRA_OEMAKE := "PARALLELMFLAGS="${PARALLEL_MAKE}""
 PARALLEL_MAKE = ""
 PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"





More information about the Openembedded-commits mailing list