From: Jussi Kukkonen Date: Fri, 22 Apr 2016 13:26:44 +0000 (+0300) Subject: gcc-sanitizers: Depend on target gcc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26083 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329c532db4b2124fa3f4b3ab8c4c6d6c93ca7c2f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gcc-sanitizers: Depend on target gcc Without this the target gcc might not be in the sysroot leading to configure failure. Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/meta/recipes-devtools/gcc/gcc-sanitizers.inc index 6091a0b6fb5..df4e297a489 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"