Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dlicense.py124 def exclude_license(license): function
136 1000 * (len(list(filter(exclude_license, alpha))) > 0))
138 1000 * (len(list(filter(exclude_license, beta))) > 0))
151 excluded = [lic for lic in licenses if exclude_license(lic)]