blob: a95c4c42a81cb746c6ca50f053f87aaa5131c1c6 [file] [log] [blame]
require ${BPN}.inc
inherit native
OECMAKE_SOURCEPATH = "${S}/src/gentables"
do_install() {
install -d ${D}/${bindir}
install -m 755 ${B}/make_tables.exe ${D}/${bindir}/
}