From: Koen Kooi Date: Fri, 9 Sep 2005 10:09:53 +0000 (+0000) Subject: packages/gpe-calendar/gpe-calendar_cvs.bb: add (disabled) cvs version of gpe-calendar X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2afd0c4be9c853f22b5d565f82e2619f3ee7fe72;p=openembedded.git packages/gpe-calendar/gpe-calendar_cvs.bb: add (disabled) cvs version of gpe-calendar --- diff --git a/packages/gpe-calendar/gpe-calendar_cvs.bb b/packages/gpe-calendar/gpe-calendar_cvs.bb new file mode 100644 index 0000000000..f8acf36069 --- /dev/null +++ b/packages/gpe-calendar/gpe-calendar_cvs.bb @@ -0,0 +1,17 @@ +LICENSE = "GPL" +DEFAULT_PREFERENCE = "-1" + +S = "${WORKDIR}/${PN}" +PV = "0.65+cvs-${CVSDATE}" +PR = "r0" + +inherit autotools gpe + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=gpe/base/${PN}" + + +DEPENDS = "libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE calendar" +