From b3f252868634c736d25ad7dca05bfbd23ba6aa4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 30 Jan 2019 18:08:15 +0100 Subject: [PATCH] telepathy-qt: 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/telepathy/telepathy-qt_0.9.7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/telepathy/telepathy-qt_0.9.7.bb b/recipes-support/telepathy/telepathy-qt_0.9.7.bb index 00277dd2..746de8ee 100644 --- a/recipes-support/telepathy/telepathy-qt_0.9.7.bb +++ b/recipes-support/telepathy/telepathy-qt_0.9.7.bb @@ -18,4 +18,5 @@ EXTRA_OECMAKE += " \ -DDESIRED_QT_VERSION=5 \ -DENABLE_TESTS=FALSE \ -DENABLE_FARSTREAM=FALSE \ + -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ "