summaryrefslogtreecommitdiffstats
path: root/meta/classes/spdx-common.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/spdx-common.bbclass')
-rw-r--r--meta/classes/spdx-common.bbclass6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes/spdx-common.bbclass b/meta/classes/spdx-common.bbclass
index e1528b6d0b..cd9cc0db98 100644
--- a/meta/classes/spdx-common.bbclass
+++ b/meta/classes/spdx-common.bbclass
@@ -39,12 +39,6 @@ SPDX_CUSTOM_ANNOTATION_VARS ??= ""
39 39
40SPDX_MULTILIB_SSTATE_ARCHS ??= "${SSTATE_ARCHS}" 40SPDX_MULTILIB_SSTATE_ARCHS ??= "${SSTATE_ARCHS}"
41 41
42python() {
43 import oe.spdx_common
44 oe.spdx_common.load_spdx_license_data(d)
45}
46
47
48python do_collect_spdx_deps() { 42python do_collect_spdx_deps() {
49 # This task calculates the build time dependencies of the recipe, and is 43 # This task calculates the build time dependencies of the recipe, and is
50 # required because while a task can deptask on itself, those dependencies 44 # required because while a task can deptask on itself, those dependencies