diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-12 14:22:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 12:04:27 +0100 |
commit | d8419d30add74c73cfb038c7e611187a651c24e6 (patch) | |
tree | 0ee885007fba3b1e844ccea11b1d86e9924972c8 /meta/recipes-sato/eds/eds-dbus_git.bb | |
parent | d93ffea3164952954557a5a3dc90cebbd46272b2 (diff) | |
download | openembedded-core-d8419d30add74c73cfb038c7e611187a651c24e6.tar.gz openembedded-core-d8419d30add74c73cfb038c7e611187a651c24e6.tar.bz2 openembedded-core-d8419d30add74c73cfb038c7e611187a651c24e6.zip |
eds: Update to work with glib-2.0
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.bb | 3 |
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 SRCREV = "7337d11aed576e7caaa12b4e881ad8d33668799f" PV = "2.30+git${SRCPV}" -PR = "r1" +PR = "r3" SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ file://oh-contact.patch;striplevel=0 \ @@ -20,6 +20,7 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ file://optional_imapx_provider.patch \ file://new-contact-fix.patch \ file://old-gdk-api.patch \ + file://depbuildfix.patch \ file://iconv-detect.h" S = "${WORKDIR}/git" |