Add zlib to edb's deps.
authorChris Larson <clarson@kergoth.com>
Sat, 29 May 2004 16:21:28 +0000 (16:21 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 29 May 2004 16:21:28 +0000 (16:21 +0000)
BKrev: 40b8b888gdoPITiI7braHKmEWo3LDw

edb/edb-native_cvs.oe
edb/edb_cvs.oe

index e69de29..e5899d4 100644 (file)
@@ -0,0 +1,8 @@
+include edb_cvs.oe
+inherit native
+DEPENDS = "zlib-native"
+
+do_stage () {
+       oe_libinstall -C src libedb ${libdir}/
+       install -m 0755 tools/.libs/edb_ed ${bindir}/
+}
index 0b9aa92..cb51df3 100644 (file)
@@ -2,6 +2,7 @@ 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>"
+DEPENDS = "zlib"
 PV = "${CVSDATE}"
 
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb;date=${CVSDATE}"