From 939ac29a9f2981f28ed4abf0182ece8b7b17ed9f Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 29 May 2004 16:21:28 +0000 Subject: Add zlib to edb's deps. BKrev: 40b8b888gdoPITiI7braHKmEWo3LDw --- edb/edb-native_cvs.oe | 8 ++++++++ edb/edb_cvs.oe | 1 + 2 files changed, 9 insertions(+) (limited to 'edb') 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}" -- cgit v1.2.3