[oe-commits] [meta-openembedded] 19/28: evolution-data-server: remove unused gconf dep and pythonnative dep

git at git.openembedded.org git at git.openembedded.org
Thu Aug 29 16:09:09 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 3fe85fcae378ddc56a9488f22360c88a555df908
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Thu Aug 29 00:54:28 2019 +0200

    evolution-data-server: remove unused gconf dep and pythonnative dep
    
    * gconf is orphaned (last release 2013) and we should get rid of it
    * pythonnative does not seem to miss - did not find any trace it is required
    
    Notes:
    * The only diff buildhistory reports are missing RRECOMMENDS on gconf-dev for
      the (many) dev-packages
    * Had to disable introspection: quemu runs at 100% on one CPU and never finishes
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
index a9c84d7..429dd53 100644
--- a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
+++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
@@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \
 
 DEPENDS = " \
     intltool-native gperf-native glib-2.0-native \
-    glib-2.0 gtk+3 gconf libgnome-keyring libgdata libcanberra icu \
+    glib-2.0 gtk+3 libgnome-keyring libgdata libcanberra icu \
     dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \
 "
 
-inherit gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative upstream-version-is-even vala
+inherit gnomebase cmake gtk-doc gettext gobject-introspection perlnative upstream-version-is-even vala
 
 SRC_URI += "file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \
             file://0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list