[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4359/8267] staging: Fix missing nativesdk do_populate_sysroot depends on binutils



commit f66f1af4b165d713b2e0bb0b8f6123cf82fad456
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Sat Jan 28 14:40:19 2017 +0000

    staging: Fix missing nativesdk do_populate_sysroot depends on binutils
    
    Recent changes exposed the fact this dependency was missing in nativesdk
    cases, fix this.
    
    (From OE-Core rev: 46bd7e48cb5ae654d915fa493420534219682e85)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/staging.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index cc7767a..fdb393b 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -230,6 +230,7 @@ do_populate_sysroot[vardepsexclude] += "MULTI_PROVIDER_WHITELIST"
 
 POPULATESYSROOTDEPS = ""
 POPULATESYSROOTDEPS_class-target = "virtual/${MLPREFIX}${TARGET_PREFIX}binutils:do_populate_sysroot"
+POPULATESYSROOTDEPS_class-nativesdk = "virtual/${TARGET_PREFIX}binutils-crosssdk:do_populate_sysroot"
 do_populate_sysroot[depends] += "${POPULATESYSROOTDEPS}"
 
 SSTATETASKS += "do_populate_sysroot"


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