aboutsummaryrefslogtreecommitdiffstats
path: root/edb/edb-native_cvs.bb
blob: 47743680cc6cf71c93745bb95f11033fea65b97c (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "unknown"
LICENSE = "MIT"
include edb_cvs.bb
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}/
}