summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/sstate.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 482ffa83f9..763fce07f9 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -23,6 +23,7 @@ PV[vardepvalue] = "${PV}"
23# We don't want the sstate to depend on things like the distro string 23# We don't want the sstate to depend on things like the distro string
24# of the system, we let the sstate paths take care of this. 24# of the system, we let the sstate paths take care of this.
25SSTATE_EXTRAPATH[vardepvalue] = "" 25SSTATE_EXTRAPATH[vardepvalue] = ""
26SSTATE_EXTRAPATHWILDCARD[vardepvalue] = ""
26 27
27# For multilib rpm the allarch packagegroup files can overwrite (in theory they're identical) 28# For multilib rpm the allarch packagegroup files can overwrite (in theory they're identical)
28SSTATE_DUPWHITELIST = "${DEPLOY_DIR}/licenses/" 29SSTATE_DUPWHITELIST = "${DEPLOY_DIR}/licenses/"