diff options
-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 | ||