summaryrefslogtreecommitdiff
path: root/edb/edb-native_cvs.oe
blob: e5899d41b13657b6c7d04a0cd642f0ff19883582 (plain)
1
2
3
4
5
6
7
8
include edb_cvs.oe
inherit native
DEPENDS = "zlib-native"

do_stage () {
	oe_libinstall -C src libedb ${libdir}/
	install -m 0755 tools/.libs/edb_ed ${bindir}/
}