[OE-core] [PATCH 07/15] gtk-doc.bbclass: inherit python3native

Burton, Ross ross.burton at intel.com
Thu Mar 1 23:34:16 UTC 2018


Can the inherit of python3native be avoided if gtk-doc isn't enabled?  (I
just removed the dependency on py3native in glib)

Ross

On 1 March 2018 at 14:00, Alexander Kanavin <
alexander.kanavin at linux.intel.com> wrote:

> Previously the use of native python3 was non-deterministic based on what
> specific recipes pulled in,
> and could cause a failure if host python3 did not have python3-six
> installed.
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
> ---
>  meta/classes/gtk-doc.bbclass | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
> index 5201c7151c6..9bc8fa2b21d 100644
> --- a/meta/classes/gtk-doc.bbclass
> +++ b/meta/classes/gtk-doc.bbclass
> @@ -33,7 +33,7 @@ do_configure_prepend () {
>         ( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} || true )
>  }
>
> -inherit qemu
> +inherit qemu pkgconfig python3native
>
>  export STAGING_DIR_HOST
>
> @@ -65,6 +65,3 @@ fi
>  EOF
>          chmod +x ${B}/gtkdoc-qemuwrapper
>  }
> -
> -
> -inherit pkgconfig
> --
> 2.15.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180301/a4c37df6/attachment-0002.html>


More information about the Openembedded-core mailing list