wolf-shaper: Get rid of autotools-brokensep - there is Makefile only

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-02-07 00:54:03 +01:00
parent c8155295b1
commit ce65edf11f

View File

@@ -9,7 +9,7 @@ DEPENDS = " \
lv2 \
"
inherit autotools-brokensep pkgconfig qemu-ext pack_audio_plugins
inherit pkgconfig qemu-ext pack_audio_plugins
SRC_URI = "gitsm://github.com/pdesaulniers/wolf-shaper.git"
SRCREV = "d0b46c9ece642488efed3cd255df22516966b334"
@@ -38,3 +38,7 @@ do_compile() {
${@qemu_run_binary_local(d, '${STAGING_DIR_TARGET}', '${S}/dpf/utils/lv2_ttl_generator')} ${sofile} || echo "ERROR: for QEMU lv2_ttl_generator for ${sofile}!"
done
}
do_install() {
oe_runmake DESTDIR=${D} PREFIX=${prefix} install
}