[oe] [PATCH 16/16] shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibc

Khem Raj raj.khem at gmail.com
Wed Jun 2 20:34:56 UTC 2010


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes/shadow/shadow_4.1.4.2.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/shadow/shadow_4.1.4.2.bb b/recipes/shadow/shadow_4.1.4.2.bb
index 05b3279..ebf54a7 100644
--- a/recipes/shadow/shadow_4.1.4.2.bb
+++ b/recipes/shadow/shadow_4.1.4.2.bb
@@ -1,8 +1,11 @@
 require shadow.inc
 
-SRC_URI += " file://shadow.automake-1.11.patch"
+SRC_URI += "file://shadow.automake-1.11.patch \
+	   "
 
 PR = "${INC_PR}.1"
 
+EXTRA_OECONF_libc-uclibc += " --with-nscd=no "
+
 SRC_URI[md5sum] = "d593a9cab93c48ee0a6ba056db8c1997"
 SRC_URI[sha256sum] = "97987f6a7967a85e6aa0dba2a1d52db8bd69af5a717391de5693db768fb78990"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list