diff --git a/meta-oe/recipes-devtools/cjson/cjson/0001-allow-build-with-cmake-4.patch b/meta-oe/recipes-devtools/cjson/cjson/0001-allow-build-with-cmake-4.patch index 7bd608ca0a..05b19d257a 100644 --- a/meta-oe/recipes-devtools/cjson/cjson/0001-allow-build-with-cmake-4.patch +++ b/meta-oe/recipes-devtools/cjson/cjson/0001-allow-build-with-cmake-4.patch @@ -1,4 +1,4 @@ -From 8622490d650ba4d107561a0e8f3cf881fa0247c7 Mon Sep 17 00:00:00 2001 +From 13a050b263ab53c1dc8d05b12e65c21da7c054b3 Mon Sep 17 00:00:00 2001 From: Alper Ak Date: Tue, 8 Jul 2025 15:09:11 +0300 Subject: [PATCH] cmake: Set minimum required version to 3.5 for CMake 4+ @@ -26,7 +26,7 @@ Signed-off-by: Alper Ak 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 36a6cb5..9428da5 100644 +index c7ca27f..59e4af5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ @@ -35,7 +35,4 @@ index 36a6cb5..9428da5 100644 +cmake_minimum_required(VERSION 3.5) project(cJSON - VERSION 1.7.18 --- -2.43.0 - + VERSION 1.7.19 diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.19.bb similarity index 97% rename from meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb rename to meta-oe/recipes-devtools/cjson/cjson_1.7.19.bb index 7ece0065ba..d914018331 100644 --- a/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb +++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.19.bb @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/DaveGamble/cJSON.git;branch=master;protocol=https \ file://run-ptest \ file://0001-allow-build-with-cmake-4.patch \ " -SRCREV = "acc76239bee01d8e9c858ae2cab296704e52d916" +SRCREV = "c859b25da02955fef659d658b8f324b5cde87be3" inherit cmake pkgconfig ptest