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 /openembedded | |
parent | 483a3a383e7009975886acf6847b353f0124950d (diff) | |
download | openembedded-core-20c9cf272b48cd029591d0dea2d0b50abc27960e.tar.gz openembedded-core-20c9cf272b48cd029591d0dea2d0b50abc27960e.tar.bz2 openembedded-core-20c9cf272b48cd029591d0dea2d0b50abc27960e.tar.xz openembedded-core-20c9cf272b48cd029591d0dea2d0b50abc27960e.zip |
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
Diffstat (limited to 'openembedded')
-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 76ab962b4..c85599734 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" MAINTAINER = "Chris Lord <chris@openedhand.com>" DESCRIPTION = "Contacts is an address-book application." -S = "${WORKDIR}/trunk" - -SRC_URI = "file:///tmp/${PN}-${PV}.tar.bz2" +SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz" inherit autotools pkgconfig - -CFLAGS_prepend = " -DHAVE_PHOTO_TYPE=1 " - |