diff options
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r-- | meta/classes/cross.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index ee8e150e4c..2602153a97 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -38,6 +38,10 @@ TOOLCHAIN_OPTIONS = "" | |||
38 | 38 | ||
39 | DEPENDS_GETTEXT = "gettext-native" | 39 | DEPENDS_GETTEXT = "gettext-native" |
40 | 40 | ||
41 | # This class encodes staging paths into its scripts data so can only be | ||
42 | # reused if we manipulate the paths. | ||
43 | SSTATE_SCAN_CMD ?= "${SSTATE_SCAN_CMD_NATIVE}" | ||
44 | |||
41 | # Path mangling needed by the cross packaging | 45 | # Path mangling needed by the cross packaging |
42 | # Note that we use := here to ensure that libdir and includedir are | 46 | # Note that we use := here to ensure that libdir and includedir are |
43 | # target paths. | 47 | # target paths. |