aboutsummaryrefslogtreecommitdiffstats
path: root/common/mentor-swupdate/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/mentor-swupdate/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend')
-rw-r--r--common/mentor-swupdate/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend5
1 files changed, 0 insertions, 5 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
deleted file mode 100644
index 42e2ec29..00000000
--- a/common/mentor-swupdate/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-python populate_packages_append () {
- pixbuf_pkgs = d.getVar('PIXBUF_PACKAGES').split()
- for pkg in pixbuf_pkgs:
- d.setVar('pkg_postinst_%s' % pkg, '')
-}