[OE-core] [PATCH] gtk-doc.bbclass: unbreak dependency-chain for native recipes

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jul 26 15:59:38 UTC 2012


On Thu, 2012-07-26 at 17:16 +0200, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
>  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





More information about the Openembedded-core mailing list