Home
last modified time | relevance | path

Searched refs:dont_want_licenses (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dlicense.py10 def license_ok(license, dont_want_licenses): argument
12 for dwl in dont_want_licenses:
161 def __init__(self, dont_want_licenses, canonical_license, d): argument
162 self._dont_want_licenses = dont_want_licenses
214 def manifest_licenses(licensestr, dont_want_licenses, canonical_license, d): argument
217 manifest = ManifestVisitor(dont_want_licenses, canonical_license, d)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlicense.bbclass290 def incompatible_pkg_license(d, dont_want_licenses, license):
295 dont_want_licenses) for lic in a) else b
305 if not oe.license.license_ok(license, dont_want_licenses):
310 def incompatible_license(d, dont_want_licenses, package=None):
313 take into consideration 'or' operand. dont_want_licenses should be passed
321 return incompatible_pkg_license(d, dont_want_licenses, license)