From: Khem Raj Date: Wed, 2 Jun 2010 20:12:51 +0000 (-0700) Subject: shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e6b45738b43e34923c2006e8522fe3ce0fa1b9;p=openembedded.git shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibc Signed-off-by: Khem Raj --- 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"