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 /meta | |
parent | 681d6c18ad59dac9e53f769a568835241d7fa9b7 (diff) | |
download | openembedded-core-6ee267a55e1fc0df5267021de17814f2fda43e6b.tar.gz openembedded-core-6ee267a55e1fc0df5267021de17814f2fda43e6b.tar.bz2 openembedded-core-6ee267a55e1fc0df5267021de17814f2fda43e6b.zip |
Update Contacts to 0.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@988 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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" SECTION = "x11" DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" DESCRIPTION = "Contacts is an address-book application." -PR = "r1" -SRC_URI = "svn://svn.o-hand.com/repos/${PN}/tags;module=release-0.1;proto=http \ +SRC_URI = "http://projects.o-hand.com/sources/${PN}/${PN}-${PV}.tar.gz \ file://stock_contact.png \ file://stock_person.png" inherit autotools pkgconfig -S = "${WORKDIR}/release-0.1" +S = "${WORKDIR}/${PN}-${PV}" do_install_append () { install -d ${D}/${datadir}/pixmaps |