Home
last modified time | relevance | path

Searched refs:guess_license (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_npm.py20 from recipetool.create import guess_license
298 split_pkg_licenses([*licenses, *guess_license(srctree, d)], packages, lines_after)
H A Dcreate_go.py17 from recipetool.create import guess_license, tidy_licenses, fixup_license
629 licvalues = guess_license(tmp_vendor_dir, d)
H A Dcreate.py963 licvalues = guess_license(srctree, d)
1219 def guess_license(srctree, d): function