summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index d3e251c0bf..4057c8c833 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -39,6 +39,8 @@ SSTATEPOSTUNPACKFUNCS = "sstate_hardcode_path_unpack"
39SSTATEPOSTINSTFUNCS = "" 39SSTATEPOSTINSTFUNCS = ""
40EXTRA_STAGING_FIXMES ?= "" 40EXTRA_STAGING_FIXMES ?= ""
41 41
42SIGGEN_LOCKEDSIGS_CHECK_LEVEL ?= 'error'
43
42# Specify dirs in which the shell function is executed and don't use ${B} 44# Specify dirs in which the shell function is executed and don't use ${B}
43# as default dirs to avoid possible race about ${B} with other task. 45# as default dirs to avoid possible race about ${B} with other task.
44sstate_create_package[dirs] = "${SSTATE_BUILDDIR}" 46sstate_create_package[dirs] = "${SSTATE_BUILDDIR}"