aboutsummaryrefslogtreecommitdiffstats
path: root/edb/edb-native_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'edb/edb-native_cvs.oe')
-rw-r--r--edb/edb-native_cvs.oe11
1 files changed, 0 insertions, 11 deletions
diff --git a/edb/edb-native_cvs.oe b/edb/edb-native_cvs.oe
deleted file mode 100644
index 159bb63c3f..0000000000
--- a/edb/edb-native_cvs.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-SECTION = "unknown"
-LICENSE = "MIT"
-include edb_cvs.oe
-inherit native
-DEPENDS = "zlib-native"
-
-do_stage () {
- install -m 0755 tools/.libs/edb_ed ${STAGING_BINDIR}
- oe_libinstall -C src libedb ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/Edb.h ${STAGING_INCDIR}/
-}