summaryrefslogtreecommitdiff
path: root/edb/edb-native_cvs.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-29 16:21:28 +0000
committerChris Larson <clarson@kergoth.com>2004-05-29 16:21:28 +0000
commit939ac29a9f2981f28ed4abf0182ece8b7b17ed9f (patch)
tree97d737f66c922d59e4b030a1ea3993ecdec0649a /edb/edb-native_cvs.oe
parent43baf8f76990b0ab6854aef907b838dda8fa3981 (diff)
Add zlib to edb's deps.
BKrev: 40b8b888gdoPITiI7braHKmEWo3LDw
Diffstat (limited to 'edb/edb-native_cvs.oe')
-rw-r--r--edb/edb-native_cvs.oe8
1 files changed, 8 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}/
+}