libeventdb: unify
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 6 Feb 2008 15:08:51 +0000 (15:08 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 6 Feb 2008 15:08:51 +0000 (15:08 +0000)
packages/libeventdb/libeventdb.inc [new file with mode: 0644]
packages/libeventdb/libeventdb_0.17.bb
packages/libeventdb/libeventdb_0.18.bb
packages/libeventdb/libeventdb_0.19.bb
packages/libeventdb/libeventdb_0.21.bb
packages/libeventdb/libeventdb_0.30.bb
packages/libeventdb/libeventdb_0.90.bb
packages/libeventdb/libeventdb_svn.bb

diff --git a/packages/libeventdb/libeventdb.inc b/packages/libeventdb/libeventdb.inc
new file mode 100644 (file)
index 0000000..7facee7
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Database access library for GPE calendar"
+SECTION = "gpe/libs"
+LICENSE = "LGPL"
+PRIORITY = "optional"
+DEPENDS = "libgpewidget libgpepimc sqlite"
+
+GPE_TARBALL_SUFFIX = "bz2"
+
+inherit pkgconfig gpe autotools
+
+do_stage () {
+        autotools_stage_all
+}
index 2823831..bb8fbaa 100644 (file)
@@ -1,20 +1,5 @@
-LICENSE = "LGPL"
-DESCRIPTION = "Database access library for GPE calendar"
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-DEPENDS = "libgpewidget libgpepimc sqlite"
+require libeventdb.inc
 
-GPE_TARBALL_SUFFIX = "bz2"
-
-inherit pkgconfig gpe autotools
+PR = "r1"
 
 headers = "event-db.h"
-
-do_stage () {
-       oe_libinstall -so libeventdb ${STAGING_LIBDIR}
-
-       mkdir -p ${STAGING_INCDIR}/gpe
-       for h in ${headers}; do
-               install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
-       done
-}
index 2db316c..1c9d3ab 100644 (file)
@@ -1,14 +1,3 @@
-LICENSE = "LGPL"
-DESCRIPTION = "Database access library for GPE calendar"
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-DEPENDS = "libgpewidget libgpepimc sqlite"
+require libeventdb.inc
 
-GPE_TARBALL_SUFFIX = "bz2"
-
-inherit pkgconfig gpe autotools
-
-
-do_stage () {
-autotools_stage_all
-}
+PR = "r1"
index 52e44ec..1c9d3ab 100644 (file)
@@ -1,14 +1,3 @@
-LICENSE     = "LGPL"
-DESCRIPTION = "Database access library for GPE calendar"
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-DEPENDS  = "libgpewidget libgpepimc sqlite"
+require libeventdb.inc
 
-GPE_TARBALL_SUFFIX = "bz2"
-
-inherit pkgconfig gpe autotools
-
-
-do_stage () {
-autotools_stage_all
-}
+PR = "r1"
index 52e44ec..1c9d3ab 100644 (file)
@@ -1,14 +1,3 @@
-LICENSE     = "LGPL"
-DESCRIPTION = "Database access library for GPE calendar"
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-DEPENDS  = "libgpewidget libgpepimc sqlite"
+require libeventdb.inc
 
-GPE_TARBALL_SUFFIX = "bz2"
-
-inherit pkgconfig gpe autotools
-
-
-do_stage () {
-autotools_stage_all
-}
+PR = "r1"
index d93766a..b3b34d3 100644 (file)
@@ -1,16 +1,4 @@
-DEFAULT_PREFERENCE = "-1"
-
-LICENSE     = "LGPL"
-DESCRIPTION = "Database access library for GPE calendar"
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-DEPENDS  = "libgpewidget libgpepimc sqlite"
-
-GPE_TARBALL_SUFFIX = "bz2"
+require libeventdb.inc
 
-inherit pkgconfig gpe autotools
-
-
-do_stage () {
-autotools_stage_all
-}
+PR = "r1"
+DEFAULT_PREFERENCE = "-1"
index 2372db5..1c9d3ab 100644 (file)
@@ -1,14 +1,3 @@
-LICENSE     = "LGPL"
-DESCRIPTION = "Database access library for GPE calendar"
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-DEPENDS  = "libgpewidget libgpepimc sqlite"
+require libeventdb.inc
 
-GPE_TARBALL_SUFFIX = "bz2"
-
-inherit pkgconfig gpe autotools
-
-
-do_stage () {
-        autotools_stage_all
-}
+PR = "r1"
index 4361df2..132205e 100644 (file)
@@ -1,21 +1,8 @@
-DESCRIPTION = "Database access library for GPE calendar"
-LICENSE     = "LGPL"
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-
-DEPENDS  = "libgpewidget libgpepimc sqlite"
+require libeventdb.inc
 
+PR = "r1"
 PV = "0.90+svn${SRCDATE}"
-PR = "r0"
-
 DEFAULT_PREFERENCE = "-1"
 
-inherit pkgconfig gpe autotools
-
 SRC_URI = "${GPE_SVN}"
-
 S = "${WORKDIR}/${PN}"
-
-do_stage () {
-    autotools_stage_all
-}