[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5296/8267] staging: Update extend_recipe_sysroot vardepsexclude after code changes



commit ce9cbae874495b71b148f32a4f3bfbc1c82e3f41
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Thu Mar 23 12:03:39 2017 +0000

    staging: Update extend_recipe_sysroot vardepsexclude after code changes
    
    Changed were made to the code but not reflected in vardepsexclude, fix this.
    
    (From OE-Core rev: e59dc6985e22e7ac30b6afa81d448fbc372f5dab)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/staging.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index f7a1707..6dd21e8 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]