summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-08-29 00:54:28 +0200
committerKhem Raj <raj.khem@gmail.com>2019-08-29 09:06:54 -0700
commit3fe85fcae378ddc56a9488f22360c88a555df908 (patch)
treed068f6aac66e9120e23738949ca70a83fdd60c03 /meta-gnome
parent5e83ccc9ba63c294dcd8083bdb09affec465b741 (diff)
downloadmeta-openembedded-3fe85fcae378ddc56a9488f22360c88a555df908.tar.gz
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@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb4
1 files 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 a9c84d7a6..429dd53d8 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 \
10 10
11DEPENDS = " \ 11DEPENDS = " \
12 intltool-native gperf-native glib-2.0-native \ 12 intltool-native gperf-native glib-2.0-native \
13 glib-2.0 gtk+3 gconf libgnome-keyring libgdata libcanberra icu \ 13 glib-2.0 gtk+3 libgnome-keyring libgdata libcanberra icu \
14 dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \ 14 dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \
15" 15"
16 16
17inherit gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative upstream-version-is-even vala 17inherit gnomebase cmake gtk-doc gettext gobject-introspection perlnative upstream-version-is-even vala
18 18
19SRC_URI += "file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \ 19SRC_URI += "file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \
20 file://0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch \ 20 file://0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch \