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