diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-03-17 18:18:38 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-03-19 12:29:54 +0000 |
commit | 98d29b86c82ef4271e8406733fd0ffe802a1b291 (patch) | |
tree | d07044454ea8dde0aef0e68774e66fa676970ab3 | |
parent | 2060121d7ceb7e078ebd9253c2d2f604f14ab3f9 (diff) | |
download | poky-98d29b86c82ef4271e8406733fd0ffe802a1b291.tar.gz |
syncevolution: Fix DEPENDS
Add eds-dbus and gnome-keyring
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r-- | meta-moblin/packages/syncevolution/syncevolution_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-moblin/packages/syncevolution/syncevolution_git.bb b/meta-moblin/packages/syncevolution/syncevolution_git.bb index eb9671acc8..435683c13e 100644 --- a/meta-moblin/packages/syncevolution/syncevolution_git.bb +++ b/meta-moblin/packages/syncevolution/syncevolution_git.bb | |||
@@ -2,9 +2,9 @@ DESCRIPTION = "Data synchronization tool" | |||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-branch" | 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-branch" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | PV = "0.0+git${SRCPV}" | 4 | PV = "0.0+git${SRCPV}" |
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | DEPENDS = "libsynthesis libsoup curl boost nbtk dbus-glib glib-2.0 libglade libunique" | 7 | DEPENDS = "libsynthesis libsoup curl boost nbtk dbus-glib glib-2.0 libglade libunique gnome-keyring eds-dbus" |
8 | 8 | ||
9 | EXTRA_OECONF = "--enable-gui=moblin" | 9 | EXTRA_OECONF = "--enable-gui=moblin" |
10 | 10 | ||