[oe-commits] [openembedded-core] 07/09: pixbufcache.bbclass: update postinst script name

git at git.openembedded.org git at git.openembedded.org
Wed Apr 19 09:20:52 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 2b939cd143549a3a6fc640c7c512c4ac5c246bff
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Tue Apr 18 14:09:51 2017 +0300

    pixbufcache.bbclass: update postinst script name
    
    The name of postinst scripts created by pixbufcache class
    contains "useradd" in it. Remove it to avoid confusion.
    
    As suggested by RP.
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/pixbufcache.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass
index aa9815c..b3e507f 100644
--- a/meta/classes/pixbufcache.bbclass
+++ b/meta/classes/pixbufcache.bbclass
@@ -57,7 +57,7 @@ SYSROOT_PREPROCESS_FUNCS_append_class-native = " pixbufcache_sstate_postinst"
 # See base.bbclass for the other half of this
 pixbufcache_sstate_postinst() {
 	mkdir -p ${SYSROOT_DESTDIR}${bindir}
-	dest=${SYSROOT_DESTDIR}${bindir}/postinst-useradd-${PN}
+	dest=${SYSROOT_DESTDIR}${bindir}/postinst-${PN}
         echo '#!/bin/sh' > $dest
 	echo "${gdkpixbuf_complete}" >> $dest
 	chmod 0755 $dest

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


More information about the Openembedded-commits mailing list