diff options
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r-- | meta/classes/sstate.bbclass | 1 |
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. |
25 | SSTATE_EXTRAPATH[vardepvalue] = "" | 25 | SSTATE_EXTRAPATH[vardepvalue] = "" |
26 | SSTATE_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) |
28 | SSTATE_DUPWHITELIST = "${DEPLOY_DIR}/licenses/" | 29 | SSTATE_DUPWHITELIST = "${DEPLOY_DIR}/licenses/" |