Lines Matching refs:pkg
13 pkg = d.getVar("GSETTINGS_PACKAGE")
14 if pkg:
16 d.appendVar("RDEPENDS:" + pkg, " ${MLPREFIX}glib-2.0-utils")
17 d.appendVar("FILES:" + pkg, " ${datadir}/glib-2.0/schemas")
25 pkg = d.getVar('GSETTINGS_PACKAGE')
26 if pkg:
27 bb.note("adding gsettings postinst scripts to %s" % pkg)
29 postinst = d.getVar('pkg_postinst:%s' % pkg) or d.getVar('pkg_postinst')
33 d.setVar('pkg_postinst:%s' % pkg, postinst)
35 bb.note("adding gsettings postrm scripts to %s" % pkg)
37 postrm = d.getVar('pkg_postrm:%s' % pkg) or d.getVar('pkg_postrm')
41 d.setVar('pkg_postrm:%s' % pkg, postrm)