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 <
[email protected]> 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 <[email protected]>
> ---
>  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
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to