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

Alexander Kanavin alexander.kanavin at linux.intel.com
Thu Mar 1 14:00:44 UTC 2018


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




More information about the Openembedded-core mailing list