diff options
author | Koen Kooi <koen@openembedded.org> | 2010-08-05 16:15:31 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-05 16:16:00 +0200 |
commit | 658594deb58673b587e3f136494d3376d5114e54 (patch) | |
tree | d761e386b10b223b39ef6353bb08fb64161c3716 /recipes | |
parent | c352aa642b07376830ad9a9b2f774527e7954e9a (diff) |
eds-dbus: add missing dep on libical
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/eds/eds-dbus_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eds/eds-dbus_git.bb b/recipes/eds/eds-dbus_git.bb index d4c8f840cc..ee1addbf63 100644 --- a/recipes/eds/eds-dbus_git.bb +++ b/recipes/eds/eds-dbus_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Evolution database backend server" HOMEPAGE = "http://labs.o-hand.com/embedded-eds/" LICENSE = "LGPL" -DEPENDS = "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" SRCREV = "91812cd2f797fb8ec8befbb2685037584ce144ee" PV = "1.4.0" |