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:32:16 +0000 |
| commit | e6e0ac4fb8d98b2043e19e76d5c7409a74236e86 (patch) | |
| tree | 2cb342724a0e12b2a16d6ae1266a36e3c2573778 /meta/classes/allarch.bbclass | |
| parent | 60662a2117373648a0a41b3556e180f7a7350a47 (diff) | |
| download | poky-e6e0ac4fb8d98b2043e19e76d5c7409a74236e86.tar.gz | |
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>
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 @@ | |||
| 2 | # This class is used for architecture independent recipes/data files (usually scripts) | 2 | # This class is used for architecture independent recipes/data files (usually scripts) |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | # Expand STAGING_DIR_HOST since for cross-canadian/native/nativesdk, this will | ||
| 6 | # point elsewhere after these changes. | ||
| 7 | STAGING_DIR_HOST := "${STAGING_DIR_HOST}" | ||
| 8 | |||
| 9 | PACKAGE_ARCH = "all" | 5 | PACKAGE_ARCH = "all" |
| 10 | 6 | ||
| 11 | python () { | 7 | python () { |
