From 10c24d7b663b2cce76f4489b11a3607af82c4e88 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 15 Mar 2022 17:34:56 +0000 Subject: license: Drop AVAILABLE_LICENSES This variable is a performance liability and is highly dependent on which layers are added to the configuration which can cause signature issues for users. We have no users left in OE-Coreso remove it. (From OE-Core rev: bf08d9ccb9cbc749a571af3d33140bcae0e252a6) Signed-off-by: Richard Purdie --- meta/classes/license.bbclass | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/classes/license.bbclass') 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): licenses = sorted(licenses) return licenses -# Only determine the list of all available licenses once. This assumes that any -# additions to LICENSE_PATH have been done before this file is parsed. -AVAILABLE_LICENSES := "${@' '.join(available_licenses(d))}" - def expand_wildcard_licenses(d, wildcard_licenses): """ There are some common wildcard values users may want to use. Support them -- cgit v1.2.3-54-g00ecf