fluidsynth-native_git.bb 182 B

12345678910
  1. require ${BPN}.inc
  2. inherit native
  3. OECMAKE_SOURCEPATH = "${S}/src/gentables"
  4. do_install() {
  5. install -d ${D}/${bindir}
  6. install -m 755 ${B}/make_tables.exe ${D}/${bindir}/
  7. }