[gnome-continuous-yocto/gnomeostree-3.28-rocko: 13/8267] gcc-sanitizers: Depend on target gcc



commit cb613904fdce3d084ee76d1f240152fe91e27aa5
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Fri Apr 22 16:26:44 2016 +0300

    gcc-sanitizers: Depend on target gcc
    
    Without this the target gcc might not be in the sysroot
    leading to configure failure.
    
    (From OE-Core rev: 329c532db4b2124fa3f4b3ab8c4c6d6c93ca7c2f)
    
    Signed-off-by: Jussi Kukkonen <jussi kukkonen intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/gcc/gcc-sanitizers.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/meta/recipes-devtools/gcc/gcc-sanitizers.inc
index 6091a0b..df4e297 100644
--- a/meta/recipes-devtools/gcc/gcc-sanitizers.inc
+++ b/meta/recipes-devtools/gcc/gcc-sanitizers.inc
@@ -50,7 +50,7 @@ do_install () {
 
 INHIBIT_DEFAULT_DEPS = "1"
 ALLOW_EMPTY_${PN} = "1"
-DEPENDS = "gcc-runtime"
+DEPENDS = "gcc-runtime virtual/${TARGET_PREFIX}gcc"
 
 BBCLASSEXTEND = "nativesdk"
 


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