diff options
author | Chris Lord <chris@openedhand.com> | 2005-09-30 11:37:00 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-09-30 11:37:00 +0000 |
commit | 20c9cf272b48cd029591d0dea2d0b50abc27960e (patch) | |
tree | 3d9d033ddd9954911bde29764d07c0762c2a6349 | |
parent | 483a3a383e7009975886acf6847b353f0124950d (diff) | |
download | poky-20c9cf272b48cd029591d0dea2d0b50abc27960e.tar.gz |
Use the result of make dist for contacts, also remove unnecessary define
git-svn-id: https://svn.o-hand.com/repos/poky@82 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-x | openembedded/packages/contacts/contacts_0.0.bb (renamed from openembedded/packages/contacts/contacts_0.0svn20050929.bb) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/openembedded/packages/contacts/contacts_0.0svn20050929.bb b/openembedded/packages/contacts/contacts_0.0.bb index 76ab962b4e..c855997343 100755 --- a/openembedded/packages/contacts/contacts_0.0svn20050929.bb +++ b/openembedded/packages/contacts/contacts_0.0.bb | |||
@@ -4,11 +4,6 @@ DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | |||
4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
5 | DESCRIPTION = "Contacts is an address-book application." | 5 | DESCRIPTION = "Contacts is an address-book application." |
6 | 6 | ||
7 | S = "${WORKDIR}/trunk" | 7 | SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz" |
8 | |||
9 | SRC_URI = "file:///tmp/${PN}-${PV}.tar.bz2" | ||
10 | 8 | ||
11 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
12 | |||
13 | CFLAGS_prepend = " -DHAVE_PHOTO_TYPE=1 " | ||
14 | |||