diff options
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r-- | meta/classes/native.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 4d4aaadc02..ec91fc3c80 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -115,6 +115,10 @@ MACHINEOVERRIDES = "" | |||
115 | 115 | ||
116 | PATH_prepend = "${COREBASE}/scripts/native-intercept:" | 116 | PATH_prepend = "${COREBASE}/scripts/native-intercept:" |
117 | 117 | ||
118 | # This class encodes staging paths into its scripts data so can only be | ||
119 | # reused if we manipulate the paths. | ||
120 | SSTATE_SCAN_CMD ?= "${SSTATE_SCAN_CMD_NATIVE}" | ||
121 | |||
118 | python native_virtclass_handler () { | 122 | python native_virtclass_handler () { |
119 | classextend = e.data.getVar('BBCLASSEXTEND') or "" | 123 | classextend = e.data.getVar('BBCLASSEXTEND') or "" |
120 | if "native" not in classextend: | 124 | if "native" not in classextend: |