From 31e6b45738b43e34923c2006e8522fe3ce0fa1b9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 2 Jun 2010 13:12:51 -0700 Subject: [PATCH] shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibc Signed-off-by: Khem Raj --- recipes/shadow/shadow_4.1.4.2.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/shadow/shadow_4.1.4.2.bb b/recipes/shadow/shadow_4.1.4.2.bb index 05b32791c8..ebf54a7b3c 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" -- 2.39.5