Home
last modified time | relevance | path

Searched refs:squashspaces (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dutilcmds.py68 configureopts = oe.utils.squashspaces(rd.getVar('CONFIGUREOPTS') or '')
69 extra_oeconf = oe.utils.squashspaces(rd.getVar('EXTRA_OECONF') or '')
70 extra_oecmake = oe.utils.squashspaces(rd.getVar('EXTRA_OECMAKE') or '')
133 %s''' % (oe.utils.squashspaces(cmake_cmd), extra_oecmake)
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass239 packages = oe.utils.squashspaces(line.split(': ', 1)[1])
269 rcpinfo.depends = sortlist(oe.utils.squashspaces(d.getVar('DEPENDS') or ""))
273 rcpinfo.config = sortlist(oe.utils.squashspaces(d.getVar('PACKAGECONFIG') or ""))
274 rcpinfo.src_uri = oe.utils.squashspaces(d.getVar('SRC_URI') or "")
309 pkginfo.rprovides = sortpkglist(oe.utils.squashspaces(localdata.getVar("RPROVIDES") or ""))
310 pkginfo.rdepends = sortpkglist(oe.utils.squashspaces(localdata.getVar("RDEPENDS") or ""))
312 pkginfo.rsuggests = sortpkglist(oe.utils.squashspaces(localdata.getVar("RSUGGESTS") or ""))
313 pkginfo.replaces = sortpkglist(oe.utils.squashspaces(localdata.getVar("RREPLACES") or ""))
314 … pkginfo.rconflicts = sortpkglist(oe.utils.squashspaces(localdata.getVar("RCONFLICTS") or ""))
315 pkginfo.files = oe.utils.squashspaces(localdata.getVar("FILES") or "")
[all …]
H A Dimage-buildinfo.bbclass26 value = oe.utils.squashspaces(value)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py352 def squashspaces(string): function
/openbmc/openbmc/poky/scripts/contrib/
H A Dimage-manifest308 return oe.utils.squashspaces(value)
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py1202 line = oe.utils.squashspaces(line.strip())