diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-27 13:32:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-28 23:31:17 +0000 |
commit | d04f0363a1e8ae641da3e80ffbd4c8803cb1c91a (patch) | |
tree | 9f6c171cf2c2e6e440274c7b8ec5de2514621473 /meta/classes/allarch.bbclass | |
parent | 4e6ee37e09c60e83c0dfd844ba9cf8a07507f099 (diff) | |
download | openembedded-core-d04f0363a1e8ae641da3e80ffbd4c8803cb1c91a.tar.gz openembedded-core-d04f0363a1e8ae641da3e80ffbd4c8803cb1c91a.tar.bz2 openembedded-core-d04f0363a1e8ae641da3e80ffbd4c8803cb1c91a.zip |
allarch: Drop STAGING_DIR_HOST expansion
Now that STAGINGDIR_HOST doesn't contain MACHINE, we no longer need to expand
the value. Pre-expansion can mean components like PV can be expanded too early
and cause problems for certain use cases.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/allarch.bbclass')
-rw-r--r-- | meta/classes/allarch.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index a7748416e9..a7ce024649 100644 --- a/meta/classes/allarch.bbclass +++ b/meta/classes/allarch.bbclass @@ -2,10 +2,6 @@ # This class is used for architecture independent recipes/data files (usually 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 () { |