diff options
Diffstat (limited to 'meta/classes/allarch.bbclass')
-rw-r--r-- | meta/classes/allarch.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index 8669470e60..5e13a5b8a8 100644 --- a/meta/classes/allarch.bbclass +++ b/meta/classes/allarch.bbclass | |||
@@ -2,6 +2,10 @@ | |||
2 | # This class is used for architecture independent recipes/data files (usally scripts) | 2 | # This class is used for architecture independent recipes/data files (usally scripts) |
3 | # | 3 | # |
4 | 4 | ||
5 | # Expand STAGING_DIR_HOST since for cross-canadian/native/nativesdk, this will | ||
6 | # point elsewhere after these changes. | ||
7 | STAGING_DIR_HOST := "${STAGING_DIR_HOST}" | ||
8 | |||
5 | PACKAGE_ARCH = "all" | 9 | PACKAGE_ARCH = "all" |
6 | 10 | ||
7 | python () { | 11 | python () { |