* [Buildroot] [PATCH 1/1] package/easyframes: fix CMake 4.0 compatibility
@ 2025-06-01 13:32 Florian Larysch
2025-06-01 16:02 ` Julien Olivain
0 siblings, 1 reply; 2+ messages in thread
From: Florian Larysch @ 2025-06-01 13:32 UTC (permalink / raw)
To: buildroot; +Cc: Horatiu Vultur, Florian Larysch
Import the cmake_minimum_required bump from the upstream master branch.
Fixes: https://autobuild.buildroot.org/results/3fe/3fe0973cad67641d880c460a1fef859443e8a10b
Signed-off-by: Florian Larysch <fl@n621.de>
---
.../easyframes/0001-bump-cmake-version.patch | 25 +++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 package/easyframes/0001-bump-cmake-version.patch
diff --git a/package/easyframes/0001-bump-cmake-version.patch b/package/easyframes/0001-bump-cmake-version.patch
new file mode 100644
index 0000000000..74e952b709
--- /dev/null
+++ b/package/easyframes/0001-bump-cmake-version.patch
@@ -0,0 +1,25 @@
+From 5da394897e9ed188310ca838f5f9112687b7bbe9 Mon Sep 17 00:00:00 2001
+From: "Allan W. Nielsen" <allan.nielsen@microchip.com>
+Date: Tue, 12 Sep 2023 20:07:07 +0200
+Subject: [PATCH] EF: Bump cmake version
+
+Review-record: https://bitbucket.microchip.com/projects/UNGE/repos/sw-lmstax-labs/pull-requests/679
+
+Upstream: https://github.com/microchip-ung/easyframes/commit/5da394897e9ed188310ca838f5f9112687b7bbe9
+
+[Github diff munged slightly to avoid including the UTF-8 BOM]
+Signed-off-by: Florian Larysch <fl@n621.de>
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index cf7bad1..e489537 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -2,4 +2,4 @@
+-cmake_minimum_required(VERSION 2.8.12)
++cmake_minimum_required(VERSION 3.20)
+
+ option(TEST_ENABLE "Enable tests" off)
+
--
2.49.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/easyframes: fix CMake 4.0 compatibility
2025-06-01 13:32 [Buildroot] [PATCH 1/1] package/easyframes: fix CMake 4.0 compatibility Florian Larysch
@ 2025-06-01 16:02 ` Julien Olivain
0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain @ 2025-06-01 16:02 UTC (permalink / raw)
To: Florian Larysch; +Cc: buildroot, Horatiu Vultur
On 01/06/2025 15:32, Florian Larysch wrote:
> Import the cmake_minimum_required bump from the upstream master branch.
>
> Fixes:
> https://autobuild.buildroot.org/results/3fe/3fe0973cad67641d880c460a1fef859443e8a10b
>
> Signed-off-by: Florian Larysch <fl@n621.de>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-01 16:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-01 13:32 [Buildroot] [PATCH 1/1] package/easyframes: fix CMake 4.0 compatibility Florian Larysch
2025-06-01 16:02 ` Julien Olivain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox