Now that cmake.bbclass in OE-core correctly accounts for MinGW hosts, it is no longer necessary to manually specify that CMAKE_SYSTEM_NAME as "Windows"
Signed-off-by: Joshua Watt <[email protected]> --- recipes-devtools/cmake/cmake_%.bbappend | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipes-devtools/cmake/cmake_%.bbappend b/recipes-devtools/cmake/cmake_%.bbappend index d9d7ceb..42d36ac 100644 --- a/recipes-devtools/cmake/cmake_%.bbappend +++ b/recipes-devtools/cmake/cmake_%.bbappend @@ -1,7 +1 @@ DEPENDS_remove_mingw32 = "ncurses" - -cmake_do_generate_toolchain_file_append_mingw32() { - cat >> ${WORKDIR}/toolchain.cmake <<EOF -set( CMAKE_SYSTEM_NAME Windows ) -EOF -} -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50053): https://lists.yoctoproject.org/g/yocto/message/50053 Mute This Topic: https://lists.yoctoproject.org/mt/75709145/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
