diff options
| -rw-r--r-- | meta/classes/sstate.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index ec9c5463ea..f7bd1174d8 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
| @@ -17,6 +17,10 @@ SSTATE_EXTRAPATH = "" | |||
| 17 | SSTATE_EXTRAPATHWILDCARD = "" | 17 | SSTATE_EXTRAPATHWILDCARD = "" |
| 18 | SSTATE_PATHSPEC = "${SSTATE_DIR}/${SSTATE_EXTRAPATHWILDCARD}*/${SSTATE_PKGSPEC}" | 18 | SSTATE_PATHSPEC = "${SSTATE_DIR}/${SSTATE_EXTRAPATHWILDCARD}*/${SSTATE_PKGSPEC}" |
| 19 | 19 | ||
| 20 | # We don't want the sstate to depend on things like the distro string | ||
| 21 | # of the system, we let the sstate paths take care of this. | ||
| 22 | SSTATE_EXTRAPATH[vardepvalue] = "" | ||
| 23 | |||
| 20 | SSTATE_DUPWHITELIST = "${DEPLOY_DIR_IMAGE}/ ${DEPLOY_DIR}/licenses/" | 24 | SSTATE_DUPWHITELIST = "${DEPLOY_DIR_IMAGE}/ ${DEPLOY_DIR}/licenses/" |
| 21 | # Also need to make cross recipes append to ${PN} and install once for any given PACAGE_ARCH so | 25 | # Also need to make cross recipes append to ${PN} and install once for any given PACAGE_ARCH so |
| 22 | # can avoid multiple installs (e.g. routerstationpro+qemumips both using mips32) | 26 | # can avoid multiple installs (e.g. routerstationpro+qemumips both using mips32) |
