Update depends to match renames and source changes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1273 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-02-15 16:33:47 +00:00
parent 822d1ec5df
commit fda3808a93
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
DEPENDS = "glib-2.0 gtk+ eds-dbus"
RDEPENDS = "libedata-book"
DESCRIPTION = "Contacts is an address-book application."
PR = "r1"
SRC_URI = "http://projects.o-hand.com/sources/${PN}/${PN}-${PV}.tar.gz \
file://stock_contact.png \
file://stock_person.png"

View File

@ -1,7 +1,7 @@
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus gnome-vfs"
RDEPENDS = "gnome-vfs-plugin-file"
DEPENDS = "glib-2.0 gtk+ gnome-vfs eds-dbus"
RDEPENDS = "gnome-vfs-plugin-file libedata-book"
RRECOMMENDS = "gnome-vfs-plugin-http"
DESCRIPTION = "Contacts is an address-book application."
PR = "r5"