Searched refs:pkgfiles (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | package.bbclass | 370 oe.package.process_fixsymlinks(pkgfiles, d) 390 oe.packagedata.emit_pkgdata(pkgfiles, d) 403 oe.package.process_filedeps(pkgfiles, d) 410 oe.package.process_shlibs(pkgfiles, d) 414 oe.package.process_pkgconfig(pkgfiles, d) 434 oe.package.process_depchains(pkgfiles, d) 550 global pkgfiles 551 pkgfiles = {} 555 pkgfiles[pkg] = [] 558 pkgfiles[pkg].append(walkroot + os.sep + file)
|
| H A D | debian.bbclass | 63 for f in pkgfiles[orig_pkg]:
|
| H A D | insane.bbclass | 784 for path in pkgfiles[package]: 804 for path in pkgfiles[package]: 1133 global pkgfiles, cpath 1134 pkgfiles = {} 1139 pkgfiles[pkg] = [] 1149 pkgfiles[pkg].extend((os.path.join(walkroot, f) for f in files))
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | package.py | 217 def filedeprunner(pkg, pkgfiles, rpmdeps, pkgdest): argument 278 …output = subprocess.check_output(shlex.split(rpmdeps) + pkgfiles, stderr=subprocess.STDOUT).decode… 1477 def process_fixsymlinks(pkgfiles, d): argument 1488 for path in pkgfiles[pkg]: 1520 def process_filedeps(pkgfiles, d): argument 1546 for files in chunks(pkgfiles[pkg], 100): 1577 def process_shlibs(pkgfiles, d): argument 1738 for file in pkgfiles[pkg]: 1845 def process_pkgconfig(pkgfiles, d): argument 1862 for file in sorted(pkgfiles[pkg]): [all …]
|
| H A D | packagedata.py | 185 def emit_pkgdata(pkgfiles, d): argument 287 for f in pkgfiles[pkg]:
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/ |
| H A D | dlopen-deps.inc | 53 for pkg, files in pkgfiles.items():
|