aboutsummaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-devtools
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-08-27 10:15:55 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2020-09-03 14:37:10 +0300
commit640246549a3b76b3dd17a542addf594594ac2e46 (patch)
tree8a58801d776b442d0cce61731a5ba910c951126b /meta-boot2qt-distro/recipes-devtools
parent6ba868ddb8da4cc3c30373989dd025df93547a1d (diff)
mingw: remove upstreamed changes
These have been merged to meta-mingw. Change-Id: Ib53af9d441aa39f6d679f13d3585ad01d30c539c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/recipes-devtools')
-rw-r--r--meta-boot2qt-distro/recipes-devtools/cmake/cmake_%.bbappend8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-boot2qt-distro/recipes-devtools/cmake/cmake_%.bbappend b/meta-boot2qt-distro/recipes-devtools/cmake/cmake_%.bbappend
index 85da6aee..ca484d5b 100644
--- a/meta-boot2qt-distro/recipes-devtools/cmake/cmake_%.bbappend
+++ b/meta-boot2qt-distro/recipes-devtools/cmake/cmake_%.bbappend
@@ -28,11 +28,3 @@
############################################################################
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-DEPENDS_remove_mingw32 = "ncurses"
-
-cmake_do_generate_toolchain_file_append_mingw32() {
- cat >> ${WORKDIR}/toolchain.cmake <<EOF
-set( CMAKE_SYSTEM_NAME Windows )
-EOF
-}