diff options
Diffstat (limited to 'recipes/shadow')
-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" |