From 73a0789c65e2708887d5bd3e5012d33809875f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 30 Aug 2016 19:58:31 +0200 Subject: [PATCH] kdesignerplugin: fix native cmake-lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.bb b/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.bb index 6c8a5ad0..a584982e 100644 --- a/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.bb +++ b/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.bb @@ -31,7 +31,7 @@ PACKAGECONFIG[kplotting] = "-DWITH_KPLOTTING=ON,,kplotting" PACKAGECONFIG[kdewebkit] = "-DWITH_KDEWEBKIT=ON,,kdewebkit" # native binaries -CMAKE_ALIGN_SYSROOT[1] = "KF5DesignerPlugin, -S${bindir}, -S${STAGING_BINDIR_NATIVE}" +CMAKE_ALIGN_SYSROOT[1] = "KF5DesignerPlugin, -s${_IMPORT_PREFIX}/bin, -S${STAGING_BINDIR_NATIVE}" FILES_${PN} += "${libdir}/plugins/designer" FILES_${PN}-dbg += "${libdir}/plugins/designer/.debug"