From c26d81f07200d73f42e0653ea0403a34e9ab3686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 13 Sep 2015 07:41:54 +0200 Subject: [PATCH] qttools_git: fix wraning from sysroot alignment in native MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WARNING: No matching cmake file found for directory 'Qt5Help' set by CMAKE_ALIGN_SYSROOT[1] in qttools-native WARNING: No cmake replacements performed in qttools-native for CMAKE_ALIGN_SYSROOT[2] Signed-off-by: Andreas Müller --- extends-meta-qt5/qttools_git.bbappend | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extends-meta-qt5/qttools_git.bbappend b/extends-meta-qt5/qttools_git.bbappend index aab32c2f..86650e1c 100644 --- a/extends-meta-qt5/qttools_git.bbappend +++ b/extends-meta-qt5/qttools_git.bbappend @@ -2,6 +2,9 @@ inherit cmake-lib DEPENDS += "${BPN}-native" -# native binaries +# native ignore +CMAKE_ALIGN_SYSROOT_class-native[1] = "ignore" + +# cross -> native binaries CMAKE_ALIGN_SYSROOT[1] = "Qt5Help, -S${bindir}, -S${STAGING_BINDIR_NATIVE}" CMAKE_ALIGN_SYSROOT[2] = "Qt5LinguistTools, -S${bindir}, -S${STAGING_BINDIR_NATIVE}"