diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-29 16:21:28 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-29 16:21:28 +0000 |
commit | 939ac29a9f2981f28ed4abf0182ece8b7b17ed9f (patch) | |
tree | 97d737f66c922d59e4b030a1ea3993ecdec0649a | |
parent | 43baf8f76990b0ab6854aef907b838dda8fa3981 (diff) |
Add zlib to edb's deps.
BKrev: 40b8b888gdoPITiI7braHKmEWo3LDw
-rw-r--r-- | edb/edb-native_cvs.oe | 8 | ||||
-rw-r--r-- | edb/edb_cvs.oe | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/edb/edb-native_cvs.oe b/edb/edb-native_cvs.oe index e69de29bb2..e5899d41b1 100644 --- a/edb/edb-native_cvs.oe +++ b/edb/edb-native_cvs.oe @@ -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}/ +} diff --git a/edb/edb_cvs.oe b/edb/edb_cvs.oe index 0b9aa92ee3..cb51df3293 100644 --- a/edb/edb_cvs.oe +++ b/edb/edb_cvs.oe @@ -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}" |