Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py181 def handle_classifier_license(self, classifiers, existing_licenses=""): argument
187 if license == 'Apache' and 'Apache-2.0' in existing_licenses:
190 if 'GPL-2.0' in existing_licenses or 'GPLv2' in existing_licenses:
192 elif 'GPL-3.0' in existing_licenses or 'GPLv3' in existing_licenses:
195 if 'LGPL-2.1' in existing_licenses or 'LGPLv2.1' in existing_licenses:
197 elif 'LGPL-2.0' in existing_licenses or 'LGPLv2' in existing_licenses:
199 elif 'LGPL-3.0' in existing_licenses or 'LGPLv3' in existing_licenses: