From: Richard Purdie Date: Fri, 27 Jan 2017 13:32:06 +0000 (+0000) Subject: allarch: Drop STAGING_DIR_HOST expansion X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22770 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04f0363a1e8ae641da3e80ffbd4c8803cb1c91a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index a7748416e98..a7ce024649e 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 () {