diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-02 13:12:51 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-05 06:52:42 -0700 |
commit | 31e6b45738b43e34923c2006e8522fe3ce0fa1b9 (patch) | |
tree | a2b3f6639c7450e449f8f2ee94e58cc9cedb8add /recipes | |
parent | 972d824c01b550adf4c9495f25ac0c63233b9dc7 (diff) |
shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |