aboutsummaryrefslogtreecommitdiffstats
path: root/edb/edb-native_cvs.oe
blob: bf6dde0ca59a43e4878482ff9a8826a50d4d2124 (plain)
1
2
3
4
5
6
7
8
9
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}/
}