Searched refs:licvalues (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create.py | 795 …licvalues = handle_license_vars(srctree_use, lines_before, handled, extravalues, tinfoil.config_da… 963 licvalues = find_licenses(srctree, d) 968 if licvalues: 969 for licvalue in licvalues: 1040 handled.append(('license', licvalues)) 1041 return licvalues 1267 def split_pkg_licenses(licvalues, packages, outlines, fallback_licenses=None, pn='${PN}'): argument 1274 for license, licpath, _ in licvalues:
|
H A D | create_npm.py | 283 licvalues = match_licenses(licfiles, srctree, d) 284 split_pkg_licenses(licvalues, packages, lines_after, fallback_licenses)
|
H A D | create_go.py | 627 licvalues = find_licenses(tmp_vendor_dir, d) 630 if licvalues: 631 for licvalue in licvalues:
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 912 licvalues = handle_license_vars(srctree, lines_before, handled, extravalues, d) 943 self.assertEqual(licvalues, expected_licvalues) 948 licvalues = [ 982 outlicenses = split_pkg_licenses(licvalues, packages, outlines, fallback_licenses)
|