diff options
author | Ross Burton <ross@openedhand.com> | 2007-02-15 16:33:47 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-02-15 16:33:47 +0000 |
commit | fda3808a939e57a51a84dbc61f47cc2ba073330f (patch) | |
tree | ebfc2a0235a632714b71b868748e17b271c8b5bb /meta/packages/contacts/contacts_0.3.bb | |
parent | 822d1ec5df2969f0132b1c85ac2eddbc34b6fffb (diff) | |
download | poky-fda3808a939e57a51a84dbc61f47cc2ba073330f.tar.gz |
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
Diffstat (limited to 'meta/packages/contacts/contacts_0.3.bb')
-rw-r--r-- | meta/packages/contacts/contacts_0.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/contacts/contacts_0.3.bb b/meta/packages/contacts/contacts_0.3.bb index a5b0f2235f..799698b7a0 100644 --- a/meta/packages/contacts/contacts_0.3.bb +++ b/meta/packages/contacts/contacts_0.3.bb | |||
@@ -1,8 +1,11 @@ | |||
1 | LICENSE = "LGPL" | 1 | LICENSE = "LGPL" |
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | 3 | DEPENDS = "glib-2.0 gtk+ eds-dbus" |
4 | RDEPENDS = "libedata-book" | ||
4 | DESCRIPTION = "Contacts is an address-book application." | 5 | DESCRIPTION = "Contacts is an address-book application." |
5 | 6 | ||
7 | PR = "r1" | ||
8 | |||
6 | SRC_URI = "http://projects.o-hand.com/sources/${PN}/${PN}-${PV}.tar.gz \ | 9 | SRC_URI = "http://projects.o-hand.com/sources/${PN}/${PN}-${PV}.tar.gz \ |
7 | file://stock_contact.png \ | 10 | file://stock_contact.png \ |
8 | file://stock_person.png" | 11 | file://stock_person.png" |