summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-04-22 16:26:44 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-29 07:58:43 +0100
commitcb613904fdce3d084ee76d1f240152fe91e27aa5 (patch)
treeb078f26a8cc313ae4e1a0a96fbfd63233c2a89ce /meta/recipes-devtools
parent510344f37214dba9af7a02608f354a2e21fd9020 (diff)
downloadpoky-cb613904fdce3d084ee76d1f240152fe91e27aa5.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/gcc/gcc-sanitizers.inc2
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 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 () {
50 50
51INHIBIT_DEFAULT_DEPS = "1" 51INHIBIT_DEFAULT_DEPS = "1"
52ALLOW_EMPTY_${PN} = "1" 52ALLOW_EMPTY_${PN} = "1"
53DEPENDS = "gcc-runtime" 53DEPENDS = "gcc-runtime virtual/${TARGET_PREFIX}gcc"
54 54
55BBCLASSEXTEND = "nativesdk" 55BBCLASSEXTEND = "nativesdk"
56 56