]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix depends on Contacts (add gnome-vfs)
authorChris Lord <chris@openedhand.com>
Mon, 16 Jan 2006 17:22:25 +0000 (17:22 +0000)
committerChris Lord <chris@openedhand.com>
Mon, 16 Jan 2006 17:22:25 +0000 (17:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@221 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/contacts/contacts_svn.bb

index 236526bca36950f7d9893c488ace7946e9160ee1..c7e16e9e4892ad675be53e99e04ae6645a1f46d0 100755 (executable)
@@ -1,12 +1,11 @@
 LICENSE = "LGPL"
 SECTION = "x11"
-DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
-# gnome-vfs
-#RDEPENDS = "gnome-vfs-plugin-file"
-#RRECOMMENDS = "gnome-vfs-plugin-http"
+DEPENDS = "glib-2.0 gtk+ libglade eds-dbus gnome-vfs"
+RDEPENDS = "gnome-vfs-plugin-file"
+RRECOMMENDS = "gnome-vfs-plugin-http"
 MAINTAINER = "Chris Lord <chris@openedhand.com>"
 DESCRIPTION = "Contacts is an address-book application."
-PR = "r2"
+PR = "r3"
 
 PV = "0.1+svn-${CVSDATE}"