summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-06-07 16:36:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:43:20 +0100
commit3792f771289ee5ecbbe16c6671fbddf802ece337 (patch)
treeb7ac639151b8dde30968be6a3dffc74c8c9104b1
parentd56659e0a3c7aeb92271bc5e0685fdb1ccf33937 (diff)
downloadpoky-3792f771289ee5ecbbe16c6671fbddf802ece337.tar.gz
shadow-native: Disable nscd support
Disabling nscd support prevents error messages when shadow utilities attempt to trigger nscd to reload. This does nothing unless the user is root, and even if they are root, it's the wrong action to perform when creating a target fs. (From OE-Core rev: eb6fb917b7a6745b296c8ae0a5bf66f498bf3576) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
index fece9c6f50..1e071f1bed 100644
--- a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
+++ b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
@@ -7,7 +7,7 @@ LICENSE = "BSD | Artistic-1.0"
7LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \
8 file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe" 8 file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe"
9 9
10PR = "r5" 10PR = "r6"
11 11
12SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \ 12SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \
13 file://shadow.automake-1.11.patch \ 13 file://shadow.automake-1.11.patch \
@@ -27,7 +27,8 @@ inherit autotools gettext native
27EXTRA_OECONF += "--without-audit \ 27EXTRA_OECONF += "--without-audit \
28 --without-libcrack \ 28 --without-libcrack \
29 --without-libpam \ 29 --without-libpam \
30 --without-selinux" 30 --without-selinux \
31 --without-nscd"
31 32
32do_install_append() { 33do_install_append() {
33 # Enable CREATE_HOME by default. 34 # Enable CREATE_HOME by default.