diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth-native_git.bb')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth-native_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth-native_git.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth-native_git.bb new file mode 100644 index 0000000000..a95c4c42a8 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth-native_git.bb | |||
@@ -0,0 +1,10 @@ | |||
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 | } | ||