summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 163bdf0b5f..1c0cae4893 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -1084,7 +1084,7 @@ def setscene_depvalid(task, taskdependees, notneeded, d, log=None):
1084 1084
1085 logit("Considering setscene task: %s" % (str(taskdependees[task])), log) 1085 logit("Considering setscene task: %s" % (str(taskdependees[task])), log)
1086 1086
1087 directtasks = ["do_populate_lic", "do_deploy_source_date_epoch", "do_shared_workdir", "do_stash_locale", "do_gcc_stash_builddir"] 1087 directtasks = ["do_populate_lic", "do_deploy_source_date_epoch", "do_shared_workdir", "do_stash_locale", "do_gcc_stash_builddir", "do_create_spdx"]
1088 1088
1089 def isNativeCross(x): 1089 def isNativeCross(x):
1090 return x.endswith("-native") or "-cross-" in x or "-crosssdk" in x or x.endswith("-cross") 1090 return x.endswith("-native") or "-cross-" in x or "-crosssdk" in x or x.endswith("-cross")