Lines Matching refs:getVar
15 OPKG_ARGS += "${@['', '--no-install-recommends'][d.getVar("NO_RECOMMENDATIONS") == "1"]}"
16 …['', '--add-exclude ' + ' --add-exclude '.join((d.getVar('PACKAGE_EXCLUDE') or "").split())][(d.ge…
21 workdir = d.getVar('WORKDIR')
22 outdir = d.getVar('PKGWRITEDIRIPK')
23 tmpdir = d.getVar('TMPDIR')
24 pkgdest = d.getVar('PKGDEST')
29 packages = d.getVar('PACKAGES')
57 outdir = d.getVar('PKGWRITEDIRIPK')
58 pkgdest = d.getVar('PKGDEST')
59 recipesource = os.path.basename(d.getVar('FILE'))
68 pkgname = localdata.getVar('PKG:%s' % pkg)
73 localdata.setVar('OVERRIDES', d.getVar("OVERRIDES", False) + ":" + pkg)
76 arch = localdata.getVar('PACKAGE_ARCH')
78 if localdata.getVar('IPK_HIERARCHICAL_FEED', False) == "1":
107 if not g and localdata.getVar('ALLOW_EMPTY', False) != "1":
108 …"Not creating empty archive for %s-%s-%s" % (pkg, localdata.getVar('PKGV'), localdata.getVar('PKGR…
116 pe = d.getVar('PKGE')
128 if d.getVar('HOMEPAGE'):
134 l2.append(d.getVar(i))
141 if localdata.getVar(f, False) is None:
145 summary = localdata.getVar('SUMMARY') or localdata.getVar('DESCRIPTION') or "."
147 description = localdata.getVar('DESCRIPTION') or "."
184 rdepends = bb.utils.explode_dep_versions2(localdata.getVar("RDEPENDS") or "")
186 rrecommends = bb.utils.explode_dep_versions2(localdata.getVar("RRECOMMENDS") or "")
188 rsuggests = bb.utils.explode_dep_versions2(localdata.getVar("RSUGGESTS") or "")
191 … rprovides = dict.fromkeys(bb.utils.explode_dep_versions2(localdata.getVar("RPROVIDES") or ""), [])
194 rreplaces = bb.utils.explode_dep_versions2(localdata.getVar("RREPLACES") or "")
196 rconflicts = bb.utils.explode_dep_versions2(localdata.getVar("RCONFLICTS") or "")
215 scriptvar = localdata.getVar('pkg_%s' % script)
232 subprocess.check_output("PATH=\"%s\" %s %s %s" % (localdata.getVar("PATH"),
233 d.getVar("OPKGBUILDCMD"), pkg, pkgoutdir),
237 if d.getVar('IPK_SIGN_PACKAGES') == '1':
238 ipkver = "%s-%s" % (localdata.getVar('PKGV'), localdata.getVar('PKGR'))
239 … ipk_to_sign = "%s/%s_%s_%s.ipk" % (pkgoutdir, pkgname, ipkver, localdata.getVar('PACKAGE_ARCH'))
259 tmpdir = d.getVar('TMPDIR')
269 if d.getVar('PACKAGES') != '':
281 do_package_write_ipk[depends] += "${@oe.utils.build_depends_string(d.getVar('PACKAGE_WRITE_DEPS'), …