aboutsummaryrefslogtreecommitdiffstats
path: root/packages/edb/edb-native_1.0.5.004.bb
blob: 59cb8da5875153cdb2c1ebf9aa457497e195d27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include edb_${PV}.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}/
}

do_install() {
	:
}