Searched refs:pkgfiles (Results 1 – 5 of 5) 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) 554 global pkgfiles 555 pkgfiles = {} 559 pkgfiles[pkg] = [] 562 pkgfiles[pkg].append(walkroot + os.sep + file)
|
H A D | debian.bbclass | 63 for f in pkgfiles[orig_pkg]:
|
H A D | insane.bbclass | 850 for path in pkgfiles[package]: 866 for path in pkgfiles[package]: 1188 global pkgfiles 1189 pkgfiles = {} 1191 pkgfiles[pkg] = [] 1201 pkgfiles[pkg].append(os.path.join(walkroot, file))
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | package.py | 211 (pkg, pkgfiles, rpmdeps, pkgdest) = arg 1427 def process_fixsymlinks(pkgfiles, d): argument 1438 for path in pkgfiles[pkg]: 1470 def process_filedeps(pkgfiles, d): argument 1496 for files in chunks(pkgfiles[pkg], 100): 1527 def process_shlibs(pkgfiles, d): argument 1697 for file in pkgfiles[pkg]: 1720 pkgfiles[pkg].remove(old) 1810 def process_pkgconfig(pkgfiles, d): argument 1827 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]:
|