Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dlicense.py121 def include_license(license): function
135 alpha_weight = (len(list(filter(include_license, alpha))) -
137 beta_weight = (len(list(filter(include_license, beta))) -
152 included = [lic for lic in licenses if include_license(lic)]