From 2bfe1da97054413814d26e4d1705fb2fc77cffa8 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 31 May 2026 19:29:16 +0200 Subject: [PATCH] package/cppdb: remove stale patch Remove a stale patch which was not removed when the cppdb package was removed by buildroot commit b7143b2e22dc6d5f6bc0f7fe745118db7dbcb787. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- ...s.txt-fix-compatibility-with-CMake-4.patch | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 package/cppdb/0002-CMakeLists.txt-fix-compatibility-with-CMake-4.patch diff --git a/package/cppdb/0002-CMakeLists.txt-fix-compatibility-with-CMake-4.patch b/package/cppdb/0002-CMakeLists.txt-fix-compatibility-with-CMake-4.patch deleted file mode 100644 index 3bba81f563..0000000000 --- a/package/cppdb/0002-CMakeLists.txt-fix-compatibility-with-CMake-4.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 27003c60a05dd3921538323a53b1650e289cba8c Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni -Date: Wed, 17 Dec 2025 22:27:33 +0100 -Subject: [PATCH] CMakeLists.txt: fix compatibility with CMake 4 - -Upstream: N/A, dead upstream -Signed-off-by: Thomas Petazzoni ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5e81b09..32ff3a6 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 2.6) -+cmake_minimum_required(VERSION 3.5) - project(cppdb) - - set(CPPDB_MAJOR 0) --- -2.52.0 -