blob: a95c4c42a81cb746c6ca50f053f87aaa5131c1c6 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001require ${BPN}.inc
2
3inherit native
4
5OECMAKE_SOURCEPATH = "${S}/src/gentables"
6
7do_install() {
8 install -d ${D}/${bindir}
9 install -m 755 ${B}/make_tables.exe ${D}/${bindir}/
10}