From: Chris Larson Date: Sat, 29 May 2004 16:21:28 +0000 (+0000) Subject: Add zlib to edb's deps. X-Git-Tag: Release-2010-05/1~18947 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=939ac29a9f2981f28ed4abf0182ece8b7b17ed9f;p=openembedded.git Add zlib to edb's deps. BKrev: 40b8b888gdoPITiI7braHKmEWo3LDw --- 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 " +DEPENDS = "zlib" PV = "${CVSDATE}" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb;date=${CVSDATE}"