[oe-commits] [openembedded-core] 02/17: shadow: use relaxed usernames for all

git at git.openembedded.org git at git.openembedded.org
Wed Oct 2 09:10:14 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8adf98e63fefeaf2c841a038a4497f9845bc7b04
Author: Li Zhou <li.zhou at windriver.com>
AuthorDate: Thu Sep 19 14:15:20 2019 +0800

    shadow: use relaxed usernames for all
    
    The previous commit <shadow: use relaxed usernames> works only for
    target. When test with configuration:
    INHERIT += 'extrausers'
    EXTRA_USERS_PARAMS += "useradd -p '' aBcD; "
    and run "bitbake core-image-minimal", error occurs:
    NOTE: core-image-minimal: Performing useradd with [
    -R .../build/tmp-glibc/work/qemux86_64-wrs-linux/core-image-minimal/1.0-r0/rootfs -p '' aBcD]
    useradd: invalid user name 'aBcD'
    
    Here move the patch for using relaxed usernames from class_target to
    the source code for all.
    
    Signed-off-by: Li Zhou <li.zhou at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/shadow/shadow.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 7f8ee78..af38b91 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -14,12 +14,12 @@ SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/${PV}/${BP}.
            file://0001-Make-the-sp_lstchg-shadow-field-reproducible-re.-71.patch  \
            file://0001-configure.ac-fix-configure-error-with-dash.patch \
            ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \
+           file://shadow-relaxed-usernames.patch \
            "
 
 SRC_URI_append_class-target = " \
            file://login_defs_pam.sed \
            file://shadow-update-pam-conf.patch \
-           file://shadow-relaxed-usernames.patch \
            "
 
 SRC_URI_append_class-native = " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list