diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-04-05 10:14:28 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-04-10 00:20:48 -0700 |
commit | e5aee0a2f5973a7aef81d0f38307a93791f616c6 (patch) | |
tree | 0a8cfc3ec14dad0602183cc1ee86fcf4f05d00e9 /meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb | |
parent | d9d4fe9885e398df2062b3f2aed3fc274c656736 (diff) | |
download | openembedded-core-e5aee0a2f5973a7aef81d0f38307a93791f616c6.tar.gz openembedded-core-e5aee0a2f5973a7aef81d0f38307a93791f616c6.tar.bz2 openembedded-core-e5aee0a2f5973a7aef81d0f38307a93791f616c6.zip |
shadow-native: disable logging to syslog
Disable use of syslog to prevent sysroot user and group additions
from writing entries to the host's syslog.
This fixes [YOCTO #2012]
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb')
-rw-r--r-- | meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb | 5 |
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 42ecc6a878..38bb922282 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,14 +7,15 @@ LICENSE = "BSD | Artistic-1.0" LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \ file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe" -PR = "r3" +PR = "r4" SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \ file://shadow.automake-1.11.patch \ file://shadow-4.1.3-dots-in-usernames.patch \ file://shadow-4.1.4.2-env-reset-keep-locale.patch \ file://add_root_cmd_options.patch \ - file://useradd.patch" + file://disable-syslog.patch \ + file://useradd.patch" SRC_URI[md5sum] = "b8608d8294ac88974f27b20f991c0e79" SRC_URI[sha256sum] = "633f5bb4ea0c88c55f3642c97f9d25cbef74f82e0b4cf8d54e7ad6f9f9caa778" |