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:58:43 +0100 |
| commit | cb613904fdce3d084ee76d1f240152fe91e27aa5 (patch) | |
| tree | b078f26a8cc313ae4e1a0a96fbfd63233c2a89ce | |
| parent | 510344f37214dba9af7a02608f354a2e21fd9020 (diff) | |
| download | poky-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>
| -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 () { | |||
| 50 | 50 | ||
| 51 | INHIBIT_DEFAULT_DEPS = "1" | 51 | INHIBIT_DEFAULT_DEPS = "1" |
| 52 | ALLOW_EMPTY_${PN} = "1" | 52 | ALLOW_EMPTY_${PN} = "1" |
| 53 | DEPENDS = "gcc-runtime" | 53 | DEPENDS = "gcc-runtime virtual/${TARGET_PREFIX}gcc" |
| 54 | 54 | ||
| 55 | BBCLASSEXTEND = "nativesdk" | 55 | BBCLASSEXTEND = "nativesdk" |
| 56 | 56 | ||
