]> code.ossystems Code Review - openembedded-core.git/commitdiff
Use the result of make dist for contacts, also remove unnecessary define
authorChris Lord <chris@openedhand.com>
Fri, 30 Sep 2005 11:37:00 +0000 (11:37 +0000)
committerChris Lord <chris@openedhand.com>
Fri, 30 Sep 2005 11:37:00 +0000 (11:37 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@82 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/contacts/contacts_0.0.bb [moved from openembedded/packages/contacts/contacts_0.0svn20050929.bb with 65% similarity]

similarity index 65%
rename from openembedded/packages/contacts/contacts_0.0svn20050929.bb
rename to openembedded/packages/contacts/contacts_0.0.bb
index 76ab962b4efbb5ec47857aebe7b2f6d7fc107a12..c855997343e7bd936fc206a23b4046f4e0d0aa8e 100755 (executable)
@@ -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 "
-