[oe-commits] [openembedded-core] 01/94: gcc-sanitizers: Depend on target gcc

git at git.openembedded.org git at git.openembedded.org
Wed Jun 29 18:36:25 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 198a992cc1e30f1d061d97595c4f08e9a0bade76
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: 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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 meta/recipes-devtools/gcc/gcc-sanitizers.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list