On 22 Apr 2016 7:27 a.m., "Jussi Kukkonen" <[email protected]> wrote: > > Without this the target gcc might not be in the sysroot > leading to configure failure. > > Signed-off-by: Jussi Kukkonen <[email protected]> > --- > meta/recipes-devtools/gcc/gcc-sanitizers.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/meta/recipes-devtools/gcc/gcc-sanitizers.inc > index 6091a0b..df4e297 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" > > -- > 2.1.4 >
I agree with Khem. Otherwise looks good to me. > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
