]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
pixbufcache.bbclass: update postinst script name
authorMaxin B. John <maxin.john@intel.com>
Tue, 18 Apr 2017 11:09:51 +0000 (14:09 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Apr 2017 09:16:42 +0000 (10:16 +0100)
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@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/pixbufcache.bbclass

index aa9815cc6fdadc5e3c6cae73a5564ebdcbca67d0..b3e507f61b67443792d29841ea5ff9a4b26cf260 100644 (file)
@@ -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