git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952358b
)
BUGFIX: missing \ in edb
author
Chris Larson
<clarson@kergoth.com>
Thu, 27 May 2004 04:10:25 +0000
(
04:10
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Thu, 27 May 2004 04:10:25 +0000
(
04:10
+0000)
BKrev:
40b56a31
-fzzmBdnvHHw97rLaIusFQ
edb/edb_cvs.oe
patch
|
blob
|
history
diff --git
a/edb/edb_cvs.oe
b/edb/edb_cvs.oe
index
e69de29
..
64145af
100644
(file)
--- 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"