From 19f89f76bb2515c453dee73dc96186adafc7aa4d Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 22 Apr 2016 16:26:44 +0300 Subject: 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) (From OE-Core rev: 198a992cc1e30f1d061d97595c4f08e9a0bade76) Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-sanitizers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc') diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/meta/recipes-devtools/gcc/gcc-sanitizers.inc index 6091a0b6fb..df4e297a48 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" -- cgit v1.2.3-54-g00ecf