[oe-commits] [openembedded-core] 09/21: shadow.inc: run postinst only for target

git at git.openembedded.org git at git.openembedded.org
Sun Mar 25 08:41:49 UTC 2018


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

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

commit c292945611d9f825051ac4938bb22a7d42fff994
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Tue Mar 20 12:10:17 2018 +0000

    shadow.inc: run postinst only for target
    
    * fails for nativesdk-shadow with:
      pwconv: /etc/passwd.29063: No such file or directory
      pwconv: cannot lock /etc/passwd; try again later.
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 cc18964..48a3be8 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -190,7 +190,7 @@ ALTERNATIVE_LINK_NAME[su.1] = "${mandir}/man1/su.1"
 ALTERNATIVE_LINK_NAME[nologin.8] = "${mandir}/man8/nologin.8"
 
 PACKAGE_WRITE_DEPS += "shadow-native"
-pkg_postinst_${PN} () {
+pkg_postinst_${PN}_class-target () {
 	if [ "x$D" != "x" ]; then
 	  rootarg="--root $D"
 	else

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


More information about the Openembedded-commits mailing list