From bb6b609737ade351adab222ce0f7ed5b97e50ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 6 Feb 2019 19:58:22 +0100 Subject: [PATCH] ykchorus: Fix multilib install and get rid of autotools-brokensep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/ykchorus/ykchorus_git.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-musicians/ykchorus/ykchorus_git.bb b/recipes-musicians/ykchorus/ykchorus_git.bb index 279f1309..a1782707 100644 --- a/recipes-musicians/ykchorus/ykchorus_git.bb +++ b/recipes-musicians/ykchorus/ykchorus_git.bb @@ -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 +}