]> code.ossystems Code Review - openembedded-core.git/commitdiff
syncevolution: Fix DEPENDS
authorJoshua Lock <josh@linux.intel.com>
Wed, 17 Mar 2010 18:18:38 +0000 (18:18 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 19 Mar 2010 12:29:54 +0000 (12:29 +0000)
Add eds-dbus and gnome-keyring

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta-moblin/packages/syncevolution/syncevolution_git.bb

index eb9671acc865cdc2c727fd010a180e6da3e45a2a..435683c13ee20e851b25ae4322adb672e95baf53 100644 (file)
@@ -2,9 +2,9 @@ DESCRIPTION = "Data synchronization tool"
 SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-branch"
 LICENSE = "LGPLv2.1"
 PV = "0.0+git${SRCPV}"
-PR = "r0"
+PR = "r1"
 
-DEPENDS = "libsynthesis libsoup curl boost nbtk dbus-glib glib-2.0 libglade libunique"
+DEPENDS = "libsynthesis libsoup curl boost nbtk dbus-glib glib-2.0 libglade libunique gnome-keyring eds-dbus"
 
 EXTRA_OECONF = "--enable-gui=moblin"