Home
last modified time | relevance | path

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

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