diff options
author | Thomas Wood <thomas@openedhand.com> | 2006-11-30 09:51:35 +0000 |
---|---|---|
committer | Thomas Wood <thomas@openedhand.com> | 2006-11-30 09:51:35 +0000 |
commit | 6ee267a55e1fc0df5267021de17814f2fda43e6b (patch) | |
tree | 1cb59bf9785eeb091de1c38c160344a2e8d48a97 | |
parent | 681d6c18ad59dac9e53f769a568835241d7fa9b7 (diff) | |
download | poky-6ee267a55e1fc0df5267021de17814f2fda43e6b.tar.gz |
Update Contacts to 0.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@988 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-x | meta/packages/contacts/contacts_0.2.bb (renamed from meta/packages/contacts/contacts_0.1.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/contacts/contacts_0.1.bb b/meta/packages/contacts/contacts_0.2.bb index a7904a6576..a5b0f2235f 100755 --- a/meta/packages/contacts/contacts_0.1.bb +++ b/meta/packages/contacts/contacts_0.2.bb | |||
@@ -2,15 +2,14 @@ LICENSE = "LGPL" | |||
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | 3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" |
4 | DESCRIPTION = "Contacts is an address-book application." | 4 | DESCRIPTION = "Contacts is an address-book application." |
5 | PR = "r1" | ||
6 | 5 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/${PN}/tags;module=release-0.1;proto=http \ | 6 | SRC_URI = "http://projects.o-hand.com/sources/${PN}/${PN}-${PV}.tar.gz \ |
8 | file://stock_contact.png \ | 7 | file://stock_contact.png \ |
9 | file://stock_person.png" | 8 | file://stock_person.png" |
10 | 9 | ||
11 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
12 | 11 | ||
13 | S = "${WORKDIR}/release-0.1" | 12 | S = "${WORKDIR}/${PN}-${PV}" |
14 | 13 | ||
15 | do_install_append () { | 14 | do_install_append () { |
16 | install -d ${D}/${datadir}/pixmaps | 15 | install -d ${D}/${datadir}/pixmaps |