diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-04-22 16:26:44 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:53:56 +0100 |
commit | 329c532db4b2124fa3f4b3ab8c4c6d6c93ca7c2f (patch) | |
tree | 74b20c14846be4706f0758349c830d308bf924a8 /meta/recipes-devtools | |
parent | b561a85db7b5e93308d7da175cd9fff882d94a9f (diff) | |
download | openembedded-core-329c532db4b2124fa3f4b3ab8c4c6d6c93ca7c2f.tar.gz openembedded-core-329c532db4b2124fa3f4b3ab8c4c6d6c93ca7c2f.tar.bz2 openembedded-core-329c532db4b2124fa3f4b3ab8c4c6d6c93ca7c2f.zip |
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 <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.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 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" |