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.kana...@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@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core