blob: d83a3b77c6fef79242b3c77c727f4362982fd71a (
plain)
1
2
3
4
5
6
7
8
9
|
include edb_${PV}.bb
inherit native
DEPENDS = "zlib-native"
EXTRA_OECONF += "--disable-gtk --disable-ncurses"
do_stage_append () {
install -m 0755 tools/.libs/edb_ed ${STAGING_BINDIR}
}
|