openmoko-tasks2: taken from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2571 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-28 10:40:21 +00:00
parent 74ed03e8b9
commit b8f7ee30dd
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
DESCRIPTION = "The OpenMoko Agenda"
SECTION = "openmoko/pim"
DEPENDS = "dbus-glib eds-dbus libmokoui2"
RDEPENDS = "libedata-cal"
PV = "0.1.0+svn${SVNREV}"
PR = "r0"
inherit openmoko2
SRC_URI = "svn://svn.o-hand.com/repos/tasks/;module=trunk;proto=http"
S = "${WORKDIR}/trunk"
EXTRA_OECONF = "--enable-omoko --disable-gtk"