Lines Matching refs:getVar
5 GTKPN = "${@ 'gtk4' if d.getVar('GTKIC_VERSION') == '4' else 'gtk+3' }"
6 GTKIC_CMD = "${@ 'gtk4-update-icon-cache' if d.getVar('GTKIC_VERSION') == '4' else 'gtk-update-icon…
13 DEPENDS +=" ${@ '' if d.getVar('BPN') == 'hicolor-icon-theme' else 'hicolor-icon-theme' } \
14 ${@ '' if d.getVar('BPN') == 'gdk-pixbuf' else 'gdk-pixbuf' } \
15 ${@ '' if d.getVar('BPN') == d.getVar('GTKPN') else d.getVar('GTKPN') } \
54 packages = d.getVar('PACKAGES').split()
55 pkgdest = d.getVar('PKGDEST')
58 icon_dir = '%s/%s/%s/icons' % (pkgdest, pkg, d.getVar('datadir'))
63 rdepends = ' ' + d.getVar('MLPREFIX', False) + "hicolor-icon-theme"
68 rdepends = ' ' + d.getVar('MLPREFIX', False) + "gdk-pixbuf"
71 bb.note("adding %s dependency to %s" % (d.getVar('GTKPN'), pkg))
72 rdepends = ' ' + d.getVar('MLPREFIX', False) + d.getVar('GTKPN')
77 postinst = d.getVar('pkg_postinst:%s' % pkg)
80 postinst += d.getVar('gtk_icon_cache_postinst')
83 postrm = d.getVar('pkg_postrm:%s' % pkg)
86 postrm += d.getVar('gtk_icon_cache_postrm')