Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dlicense.py48 license_operator = re.compile(r'([' + license_operator_chars + '])') variable
55 elements = list([x for x in license_operator.split(licensestr) if x.strip()])
61 elif not license_operator.match(element):
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlicense.bbclass394 from oe.license import license_operator, license_operator_chars, license_pattern
396 elements = list(filter(lambda x: x.strip(), license_operator.split(licenses)))
405 elif not license_operator.match(element):