ykchorus: Fix multilib install and get rid of autotools-brokensep

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-02-06 19:58:22 +01:00
parent dbeb0dbae3
commit bb6b609737

View File

@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/SpotlightKid/ykchorus"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=02ad2afd072e9ce4a370bedb49e2b075"
inherit autotools-brokensep pkgconfig gtk-icon-cache qemu-ext pack_audio_plugins
inherit pkgconfig gtk-icon-cache qemu-ext pack_audio_plugins
DEPENDS += " \
liblo \
@@ -33,3 +33,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} LIBDIR=${libdir} install
}