Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
From ba1b408ff40e3770785a7774f2bf88758a33a49d Mon Sep 17 00:00:00 2001
From: Marian Cingel <cingel.marian@gmail.com>
Date: Mon, 18 May 2026 20:12:28 +0000
Subject: [PATCH] Btls - too old cmake version

Upstream-Status: Pending
---
mono/btls/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mono/btls/CMakeLists.txt b/mono/btls/CMakeLists.txt
index 992f41e4c7f..012b6d12669 100644
--- a/mono/btls/CMakeLists.txt
+++ b/mono/btls/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8.10)
+cmake_minimum_required (VERSION 4.0)

project (mono-btls)

@@ -129,4 +129,4 @@ endif ()

if (CYGWIN)
target_link_libraries (mono-btls-shared wsock32 ws2_32)
-endif ()
\ No newline at end of file
+endif ()
--
2.53.0

10 changes: 10 additions & 0 deletions recipes-mono/mono/mono-6.12.0.206/boringssl-cmake-version.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Upstream-Status: Inappropriate [Yocto specific]

--- mono-6.12.0.206/external/boringssl/CMakeLists.txt.orig 2026-05-18 22:51:14.239405666 +0000
+++ mono-6.12.0.206/external/boringssl/CMakeLists.txt 2026-05-18 22:51:21.634960290 +0000
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8.10)
+cmake_minimum_required (VERSION 4.0)

# Defer enabling C and CXX languages.
project (BoringSSL NONE)
2 changes: 2 additions & 0 deletions recipes-mono/mono/mono-native_6.12.0.206.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ SRC_URI = "gitsm://github.com/mono/mono.git;protocol=https;branch=2020-02 \
file://shm_open-test-crosscompile.diff \
file://disable-mmap-MAP_32BIT-support.patch \
file://0001-Allow-passing-external-mapfile-C-build-options.patch \
file://0001-Btls-too-old-cmake-version.patch \
file://boringssl-cmake-version.diff \
"

addtask fixup_config after do_patch before do_configure
Expand Down
2 changes: 2 additions & 0 deletions recipes-mono/mono/mono_6.12.0.206.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ SRC_URI = "gitsm://github.com/mono/mono.git;protocol=https;branch=2020-02 \
file://disable-mmap-MAP_32BIT-support.patch \
file://0001-Allow-passing-external-mapfile-C-build-options.patch \
file://0001-Add-libusb-1.0-mapping.patch \
file://0001-Btls-too-old-cmake-version.patch \
file://boringssl-cmake-version.diff \
"


Expand Down
Loading