]> code.ossystems Code Review - openembedded-core.git/commitdiff
staging: Update extend_recipe_sysroot vardepsexclude after code changes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Mar 2017 12:03:39 +0000 (12:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Mar 2017 22:28:56 +0000 (22:28 +0000)
Changed were made to the code but not reflected in vardepsexclude, fix this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass

index f7a17079331021c2bc07d3fec895cb6df8f967f2..6dd21e8ec4cc06d69cb23d45212870278a892a11 100644 (file)
@@ -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)