qttools_git: fix wraning from sysroot alignment in native
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 <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user