aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-23 12:03:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-23 22:28:56 +0000
commite59dc6985e22e7ac30b6afa81d448fbc372f5dab (patch)
tree21541721fcba0572f618eeee81caa28b6319fc49
parent637c6d17b4a812379cbab64d340660092e046965 (diff)
downloadopenembedded-core-contrib-e59dc6985e22e7ac30b6afa81d448fbc372f5dab.tar.gz
staging: Update extend_recipe_sysroot vardepsexclude after code changes
Changed were made to the code but not reflected in vardepsexclude, fix this. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/staging.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index f7a1707933..6dd21e8ec4 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -603,7 +603,7 @@ python extend_recipe_sysroot() {
bb.utils.unlockfile(lock)
}
-extend_recipe_sysroot[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA"
+extend_recipe_sysroot[vardepsexclude] += "MACHINE_ARCH PACKAGE_EXTRA_ARCHS SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA"
python do_prepare_recipe_sysroot () {
bb.build.exec_func("extend_recipe_sysroot", d)