[oe-commits] [openembedded-core] 03/05: useradd: remove preinst script referring to recipe sysroot

git at git.openembedded.org git at git.openembedded.org
Thu May 11 15:58:24 UTC 2017


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

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

commit dfc9323c1cd7814989766be5bd1861fbaa739d2d
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Tue May 9 19:19:20 2017 +0300

    useradd: remove preinst script referring to recipe sysroot
    
    Remove recipe-specific-sysroot details from the preinst scripts
    generated by useradd.bbclass.
    
    This was added to match the default from bitbake.conf. Unlike the default
    case, the dependencies used by useradd mean that a default passwd/group
    file is always present. This means we don't need the native sysroot fallback.
    
    Fixes [YOCTO #11460]
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/useradd.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass
index 92e45ff..6017ded 100644
--- a/meta/classes/useradd.bbclass
+++ b/meta/classes/useradd.bbclass
@@ -32,7 +32,7 @@ if test "x$D" != "x"; then
 	fi
 
 	# user/group lookups should match useradd/groupadd --root
-	export PSEUDO_PASSWD="$SYSROOT:${STAGING_DIR_NATIVE}"
+	export PSEUDO_PASSWD="$SYSROOT"
 fi
 
 # If we're not doing a special SSTATE/SYSROOT install

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


More information about the Openembedded-commits mailing list