mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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. (From OE-Core rev: d04f0363a1e8ae641da3e80ffbd4c8803cb1c91a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user