aboutsummaryrefslogtreecommitdiffstats
path: root/edb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-27 04:10:25 +0000
committerChris Larson <clarson@kergoth.com>2004-05-27 04:10:25 +0000
commit00a0ec8d0727df449edcbf50a9058cd143affaf7 (patch)
tree85cee4c513077f1b8778a24dd3586701ab299d32 /edb
parent952358b0010c6b790d67731a7bcf153b50bf35dd (diff)
downloadopenembedded-00a0ec8d0727df449edcbf50a9058cd143affaf7.tar.gz
BUGFIX: missing \ in edb
BKrev: 40b56a31-fzzmBdnvHHw97rLaIusFQ
Diffstat (limited to 'edb')
-rw-r--r--edb/edb_cvs.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/edb/edb_cvs.oe b/edb/edb_cvs.oe
index e69de29bb2..64145af0e1 100644
--- a/edb/edb_cvs.oe
+++ b/edb/edb_cvs.oe
@@ -0,0 +1,13 @@
+DESCRIPTION = "EDB is a database convenience library wrapped around the \
+Berkeley DB 2.7.7 by Sleepycat Software."
+SECTION = "libs"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+PV = "${CVSDATE}"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb;date=${CVSDATE}"
+S = "${WORKDIR}/edb"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-gtk \
+ --disable-ncurses"