[oe] [PATCH 1/2] evolution-data-server: remove pythonnative from inherit

Andreas Müller schnitzeltony at gmail.com
Fri Jan 17 16:42:16 UTC 2020


pythonnative is about to be removed and evolution-data-server builds fine without

Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
---
 .../evolution-data-server/evolution-data-server.bb              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
index 08bd778d0..7f267b497 100644
--- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
+++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
@@ -6,7 +6,7 @@ DEPENDS = " \
     dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \
 "
 
-inherit gsettings gobject-introspection features_check cmake gtk-doc gettext perlnative pythonnative
+inherit gsettings gobject-introspection features_check cmake gtk-doc gettext perlnative
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-- 
2.21.1



More information about the Openembedded-devel mailing list