From 0983b8c7b256249b7b64e68b429f27cfd3b7f358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 4 Feb 2019 17:40:07 +0100 Subject: [PATCH] csound: Fix common multilib install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now lib and lib64 cases are fixed - others will continue to fail Signed-off-by: Andreas Müller --- recipes-musicians/csound/csound_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-musicians/csound/csound_git.bb b/recipes-musicians/csound/csound_git.bb index f1c91c6e..a8baa499 100644 --- a/recipes-musicians/csound/csound_git.bb +++ b/recipes-musicians/csound/csound_git.bb @@ -45,6 +45,7 @@ LUA_VERSION = "5.3" EXTRA_OECMAKE += " \ -DUSE_DOUBLE=OFF \ -DPYTHON_MODULE_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \ + -DUSE_LIB64=${@bb.utils.contains("baselib", "lib64", "ON", "OFF",d)} \ " PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}"