aboutsummaryrefslogtreecommitdiffstats
path: root/common/mentor-swupdate/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend
blob: 42e2ec29f050f5abc28cd35b1bd6b0f1f936b8b3 (plain)
1
2
3
4
5
python populate_packages_append () {
    pixbuf_pkgs = d.getVar('PIXBUF_PACKAGES').split()
    for pkg in pixbuf_pkgs:
        d.setVar('pkg_postinst_%s' % pkg, '')
}