Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dlicense.py49 license_pattern = re.compile(r'[a-zA-Z0-9.+_\-]+$') variable
57 if license_pattern.match(element):
58 if pos > 0 and license_pattern.match(elements[pos-1]):
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlicense.bbclass394 from oe.license import license_operator, license_operator_chars, license_pattern
398 if license_pattern.match(element):
399 if pos > 0 and license_pattern.match(elements[pos - 1]):