From 2fa8f61c98ea271d32dae6654ba160a7cfe152ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 6 Feb 2019 18:07:31 +0100 Subject: [PATCH] drmr: Fix multilib install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/drmr/drmr_git.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-musicians/drmr/drmr_git.bb b/recipes-musicians/drmr/drmr_git.bb index 701f7c49..26fa5a33 100644 --- a/recipes-musicians/drmr/drmr_git.bb +++ b/recipes-musicians/drmr/drmr_git.bb @@ -21,4 +21,9 @@ SRCREV = "f244f3b09bb290dd6a4b9c14d4abaf69e9861f9d" S = "${WORKDIR}/git" PV = "0.0.0+git${SRCPV}" + +EXTRA_OECMAKE = " \ + -DLV2_INSTALL_DIR:PATH=${baselib}/lv2 \ +" + FILES_${PN} += "${libdir}/lv2"