From 1db514cfaca067915847c97dfdb0ce5597b42040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Feb 2019 15:17:48 +0100 Subject: [PATCH] vigra: 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-support/vigra/vigra_1.10.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-support/vigra/vigra_1.10.0.bb b/recipes-support/vigra/vigra_1.10.0.bb index f5f4beb..47fa977 100644 --- a/recipes-support/vigra/vigra_1.10.0.bb +++ b/recipes-support/vigra/vigra_1.10.0.bb @@ -13,7 +13,10 @@ inherit cmake DEPENDS = "tiff jpeg libpng" -EXTRA_OECMAKE += "-DWITH_VIGRANUMPY=0" +EXTRA_OECMAKE += " \ + -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ + -DWITH_VIGRANUMPY=0 \ +" do_install_append() { # doc does not have useful content and is installed at the wrong location