diff options
-rw-r--r-- | recipes/eds/eds-dbus_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/eds/eds-dbus_git.bb b/recipes/eds/eds-dbus_git.bb index 16b3276cfe..9bee1e0bf3 100644 --- a/recipes/eds/eds-dbus_git.bb +++ b/recipes/eds/eds-dbus_git.bb @@ -1,11 +1,11 @@ DESCRIPTION = "Evolution database backend server" HOMEPAGE = "http://labs.o-hand.com/embedded-eds/" LICENSE = "LGPL" -DEPENDS = "libical intltool-native libglade glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib intltool libxml2" +DEPENDS = "libical intltool-native libglade glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib intltool libxml2 libsoup-2.4" SRCREV = "91812cd2f797fb8ec8befbb2685037584ce144ee" PV = "1.4.0" -PR = "r4" +PR = "r5" PE = "1" PR_append = "+gitr${SRCREV}" |