[Buildroot] [PATCH/next v2 1/1] package/read-edid: fix cmake 4 compatibility

Bernd Kuhls bernd at kuhls.net
Sun Dec 7 17:22:30 UTC 2025


Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
---
v2: fixed check-package (Julien)

 package/read-edid/0004-cmake4.patch | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 package/read-edid/0004-cmake4.patch

diff --git a/package/read-edid/0004-cmake4.patch b/package/read-edid/0004-cmake4.patch
new file mode 100644
index 0000000000..4530a9d3b9
--- /dev/null
+++ b/package/read-edid/0004-cmake4.patch
@@ -0,0 +1,17 @@
+Fix build with newer CMake versions
+
+Downloaded from
+https://gitlab.com/liguros/liguros-repo/-/blob/develop/x11-misc/read-edid/files/read-edid-3.0.2-cmake4.patch
+
+Upstream: sent to pyrophobicman at gmail.com
+
+Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
+
+--- a/CMakeLists.txt	2014-02-05 17:27:26.000000000 +0100
++++ b/CMakeLists.txt	2025-08-27 23:01:08.868613931 +0200
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 2.6)
++cmake_minimum_required (VERSION 3.10)
+ project (read-edid C)
+ 
+ option(I2CBUILD "Build I2C get-edid implementation" ON)
-- 
2.47.3



More information about the buildroot mailing list