Lines Matching refs:licenses
6 LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses"
13 LICENSE_FILES_DIRECTORY ??= "${datadir}/licenses/"
21 Populate LICENSE_DIRECTORY with licenses.
25 # The base directory we wrangle licenses to
121 # Directory we store the generic licenses as set in the distro configuration
198 # And here is where we warn people that their licenses are lousy
264 licenses = set(wildcard_licenses)
272 licenses.remove(k)
274 licenses.add(item)
276 for l in licenses:
282 return list(licenses)
298 licenses = oe.license.flattened_licenses(license, choose_lic_set)
303 for l in licenses:
312 This function checks if a recipe has only incompatible licenses. It also
393 licenses = d.getVar('LICENSE')
396 elements = list(filter(lambda x: x.strip(), license_operator.split(licenses)))
404 (pn, licenses, license_operator_chars), d)
409 (pn, licenses, element, license_operator_chars), d)