From 14047efddcccaf62ad1095f956acafe4e1ba0fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 Dec 2019 01:02:09 +0100 Subject: [PATCH] telepathy-qt: adjust cmake-files to fix build of dependendants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Almost forgost that cmake_lib is kind of swiss-army knife for cases like these Signed-off-by: Andreas Müller --- recipes-support/telepathy/telepathy-qt_0.9.8.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-support/telepathy/telepathy-qt_0.9.8.bb b/recipes-support/telepathy/telepathy-qt_0.9.8.bb index f84d0b6a..e6933162 100644 --- a/recipes-support/telepathy/telepathy-qt_0.9.8.bb +++ b/recipes-support/telepathy/telepathy-qt_0.9.8.bb @@ -11,7 +11,7 @@ SRC_URI = " \ SRCREV = "6ccb59117fdb261016d06b42167c24c99cbcecc4" S = "${WORKDIR}/git" -inherit cmake_qt5 python3native +inherit cmake_qt5 python3native cmake_lib EXTRA_OECMAKE += " \ -DDESIRED_QT_VERSION=5 \ @@ -19,3 +19,5 @@ EXTRA_OECMAKE += " \ -DENABLE_FARSTREAM=FALSE \ -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ " + +CMAKE_ALIGN_SYSROOT[1] = "TelepathyQt5, -S${libdir}/lib, -s${OE_QMAKE_PATH_HOST_LIBS}/lib"