summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/eds/evolution-data-server_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server_git.bb b/meta/recipes-sato/eds/evolution-data-server_git.bb
index b2aa08c3ea..1d675dc8cc 100644
--- a/meta/recipes-sato/eds/evolution-data-server_git.bb
+++ b/meta/recipes-sato/eds/evolution-data-server_git.bb
@@ -12,7 +12,7 @@ DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libi
12 12
13SRCREV = "7337d11aed576e7caaa12b4e881ad8d33668799f" 13SRCREV = "7337d11aed576e7caaa12b4e881ad8d33668799f"
14PV = "2.30+git${SRCPV}" 14PV = "2.30+git${SRCPV}"
15PR = "r0" 15PR = "r1"
16 16
17SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ 17SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
18 file://oh-contact.patch;striplevel=0 \ 18 file://oh-contact.patch;striplevel=0 \
@@ -41,6 +41,7 @@ do_configure_prepend () {
41 41
42do_configure_append () { 42do_configure_append () {
43 cp ${WORKDIR}/iconv-detect.h ${S} 43 cp ${WORKDIR}/iconv-detect.h ${S}
44 sed -i 's/-DG_DISABLE_DEPRECATED//g' ${S}/libedataserver/Makefile
44} 45}
45 46
46EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ 47EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \