From: Koen Kooi Date: Mon, 22 May 2006 22:27:59 +0000 (+0000) Subject: libeventdb: add 0.30, which bumps SO_VERSION because of API changes X-Git-Tag: Release-2010-05/1~9453^2~1644^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45089d3f2739ef99c4e0f1b9826b363954391a67;p=openembedded.git libeventdb: add 0.30, which bumps SO_VERSION because of API changes --- diff --git a/packages/libeventdb/libeventdb_0.30.bb b/packages/libeventdb/libeventdb_0.30.bb new file mode 100644 index 0000000000..30dc81c34c --- /dev/null +++ b/packages/libeventdb/libeventdb_0.30.bb @@ -0,0 +1,15 @@ +LICENSE = "LGPL" +DESCRIPTION = "Database access library for GPE calendar" +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "libgpewidget libgpepimc sqlite" +MAINTAINER = "Florian Boor " + +GPE_TARBALL_SUFFIX = "bz2" + +inherit pkgconfig gpe autotools + + +do_stage () { +autotools_stage_all +}