summaryrefslogtreecommitdiffstats
path: root/meta/classes/license.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r--meta/classes/license.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 94338be90a..813e1ea4f5 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -271,10 +271,6 @@ def available_licenses(d):
271 licenses = sorted(licenses) 271 licenses = sorted(licenses)
272 return licenses 272 return licenses
273 273
274# Only determine the list of all available licenses once. This assumes that any
275# additions to LICENSE_PATH have been done before this file is parsed.
276AVAILABLE_LICENSES := "${@' '.join(available_licenses(d))}"
277
278def expand_wildcard_licenses(d, wildcard_licenses): 274def expand_wildcard_licenses(d, wildcard_licenses):
279 """ 275 """
280 There are some common wildcard values users may want to use. Support them 276 There are some common wildcard values users may want to use. Support them