[oe] [PATCH 3/6] exo: remove pythonnative from inherit

Andreas Müller schnitzeltony at gmail.com
Mon Dec 16 01:20:44 UTC 2019


* build tested with oe-core patch removing python2 from hosttools
* checked log files and there are no traces that a running python is required

Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
---
 meta-xfce/recipes-xfce/exo/exo_0.12.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.10.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.10.bb
index 246504b6d..4deedbfbc 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.12.10.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.12.10.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 DEPENDS = "gtk+3 libxfce4ui virtual/libx11 liburi-perl-native cairo"
 DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
 
-inherit xfce pythonnative perlnative gtk-doc features_check
+inherit xfce perlnative gtk-doc features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 REQUIRED_DISTRO_FEATURES_class-native = ""
-- 
2.21.0



More information about the Openembedded-devel mailing list