]> code.ossystems Code Review - openembedded-core.git/commitdiff
allarch: Drop STAGING_DIR_HOST expansion
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Jan 2017 13:32:06 +0000 (13:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Jan 2017 23:31:17 +0000 (23:31 +0000)
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>
meta/classes/allarch.bbclass

index a7748416e981d19f0d7d0263345d82c76faff26a..a7ce024649ebb992e73eb9465cfcb2460b7f916a 100644 (file)
@@ -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 () {