Searched refs:licvalues (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create.py | 779 …licvalues = handle_license_vars(srctree_use, lines_before, handled, extravalues, tinfoil.config_da… 944 licvalues = guess_license(srctree, d) 949 if licvalues: 950 for licvalue in licvalues: 1021 handled.append(('license', licvalues)) 1022 return licvalues 1238 def split_pkg_licenses(licvalues, packages, outlines, fallback_licenses=[], pn='${PN}'): argument 1245 for license, licpath, _ in licvalues:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 607 licvalues = handle_license_vars(srctree, lines_before, handled, extravalues, d) 638 self.assertEqual(licvalues, expected_licvalues) 643 licvalues = [ 677 outlicenses = split_pkg_licenses(licvalues, packages, outlines, fallback_licenses)
|