Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py51 license_pattern = re.compile(r'[a-zA-Z0-9.+_\-]+$') variable
59 if license_pattern.match(element):
60 if pos > 0 and license_pattern.match(elements[pos-1]):
/openbmc/openbmc/poky/meta/classes-global/
H A Dlicense.bbclass400 from oe.license import license_operator, license_operator_chars, license_pattern
404 if license_pattern.match(element):
405 if pos > 0 and license_pattern.match(elements[pos - 1]):