From: Richard Purdie Date: Thu, 23 Mar 2017 12:03:39 +0000 (+0000) Subject: staging: Update extend_recipe_sysroot vardepsexclude after code changes X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21903 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59dc6985e22e7ac30b6afa81d448fbc372f5dab;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index f7a17079331..6dd21e8ec4c 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)