Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | require ${BPN}.inc |
2 | |||||
3 | inherit native | ||||
4 | |||||
5 | OECMAKE_SOURCEPATH = "${S}/src/gentables" | ||||
6 | |||||
7 | do_install() { | ||||
8 | install -d ${D}/${bindir} | ||||
9 | install -m 755 ${B}/make_tables.exe ${D}/${bindir}/ | ||||
10 | } |