aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/mentor-swupdate/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/mentor-swupdate/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend b/common/mentor-swupdate/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend
new file mode 100644
index 00000000..42e2ec29
--- /dev/null
+++ b/common/mentor-swupdate/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend
@@ -0,0 +1,5 @@
+python populate_packages_append () {
+ pixbuf_pkgs = d.getVar('PIXBUF_PACKAGES').split()
+ for pkg in pixbuf_pkgs:
+ d.setVar('pkg_postinst_%s' % pkg, '')
+}