summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/eds-dbus_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-12 14:22:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 13:18:06 +0100
commitbef801045c3ddb36504e7f20b7acd6165a62bb55 (patch)
tree42f1fdc76a6d637dc245fd469728fd560a30e53b /meta/recipes-sato/eds/eds-dbus_git.bb
parenta74c33d157e4ac7a732524860786d76797ca0249 (diff)
downloadpoky-bef801045c3ddb36504e7f20b7acd6165a62bb55.tar.gz
eds: Update to work with glib-2.0
(From OE-Core rev: d8419d30add74c73cfb038c7e611187a651c24e6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/eds/eds-dbus_git.bb')
-rw-r--r--meta/recipes-sato/eds/eds-dbus_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-sato/eds/eds-dbus_git.bb b/meta/recipes-sato/eds/eds-dbus_git.bb
index 7fa8311062..94243534c6 100644
--- a/meta/recipes-sato/eds/eds-dbus_git.bb
+++ b/meta/recipes-sato/eds/eds-dbus_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 = "r1" 15PR = "r3"
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 \
@@ -20,6 +20,7 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
20 file://optional_imapx_provider.patch \ 20 file://optional_imapx_provider.patch \
21 file://new-contact-fix.patch \ 21 file://new-contact-fix.patch \
22 file://old-gdk-api.patch \ 22 file://old-gdk-api.patch \
23 file://depbuildfix.patch \
23 file://iconv-detect.h" 24 file://iconv-detect.h"
24 25
25S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"