calf: fix error on recompile

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-01-09 21:28:29 +01:00
parent 4b2960768a
commit 8f276e4095

View File

@@ -18,7 +18,7 @@ EXTRA_OECONF += "--enable-experimental"
do_compile_append() {
# we need native calfmakerdf at the position where the build expects it so
# link it there
ln -s ${STAGING_BINDIR_NATIVE}/calfmakerdf ${B}/src/calfmakerdf
ln -fs ${STAGING_BINDIR_NATIVE}/calfmakerdf ${B}/src/calfmakerdf
}
FILES_${PN} += "${libdir}/lv2"