On Thu, 2012-07-26 at 17:16 +0200, Andreas Müller wrote: > Signed-off-by: Andreas Müller <[email protected]> > --- > meta/classes/gtk-doc.bbclass | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass > index 8a312f5..be10c75 100644 > --- a/meta/classes/gtk-doc.bbclass > +++ b/meta/classes/gtk-doc.bbclass > @@ -7,7 +7,7 @@ > # packages up any existing documentation (so from tarball builds). > > DEPENDS_append = " gtk-doc-stub-native" > -DEPENDS_virtclass-native_append = " gtk-doc-stub-native" > +DEPENDS_append_virtclass-native = " gtk-doc-stub-native" > > EXTRA_OECONF_append = "\ > --disable-gtk-doc \
What happens if we simply remove this line entirely? Do we have any recipes setting DEPENDS_virtclass-native which also use this class? If so, we might end up just hardcoding things... Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
