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 @@ # This class is used for architecture independent recipes/data files (usally scripts) # +# Expand STAGING_DIR_HOST since for cross-canadian/native/nativesdk, this will +# point elsewhere after these changes. +STAGING_DIR_HOST := "${STAGING_DIR_HOST}" + PACKAGE_ARCH = "all" python () { |