summaryrefslogtreecommitdiff
path: root/edb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /edb
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'edb')
-rw-r--r--edb/edb-native_cvs.bb0
-rw-r--r--edb/edb-native_cvs.oe11
-rw-r--r--edb/edb_cvs.bb0
-rw-r--r--edb/edb_cvs.oe25
4 files changed, 0 insertions, 36 deletions
diff --git a/edb/edb-native_cvs.bb b/edb/edb-native_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/edb/edb-native_cvs.bb
diff --git a/edb/edb-native_cvs.oe b/edb/edb-native_cvs.oe
deleted file mode 100644
index 159bb63c3f..0000000000
--- a/edb/edb-native_cvs.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-SECTION = "unknown"
-LICENSE = "MIT"
-include edb_cvs.oe
-inherit native
-DEPENDS = "zlib-native"
-
-do_stage () {
- install -m 0755 tools/.libs/edb_ed ${STAGING_BINDIR}
- oe_libinstall -C src libedb ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/Edb.h ${STAGING_INCDIR}/
-}
diff --git a/edb/edb_cvs.bb b/edb/edb_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/edb/edb_cvs.bb
diff --git a/edb/edb_cvs.oe b/edb/edb_cvs.oe
deleted file mode 100644
index cd1491c379..0000000000
--- a/edb/edb_cvs.oe
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "EDB is a database convenience library wrapped around the \
-Berkeley DB 2.7.7 by Sleepycat Software."
-SECTION = "e/libs"
-LICENSE = "MIT"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "zlib"
-PV = "${CVSDATE}"
-PR = "r2"
-
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb"
-S = "${WORKDIR}/edb"
-
-inherit autotools pkgconfig binconfig
-
-EXTRA_OECONF = "--disable-gtk \
- --disable-ncurses"
-
-do_stage () {
- oe_libinstall -C src libedb ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/Edb.h ${STAGING_INCDIR}/
-}
-
-FILES_${PN} = "${libdir}/libedb*.so*"
-FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig"
-