cjson: upgrade 1.7.18 -> 1.7.19

0001-allow-build-with-cmake-4.patch
refreshed for 1.7.19

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-09-16 17:41:12 +08:00 committed by Khem Raj
parent a849b20f90
commit 22b9cd61a0
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 4 additions and 7 deletions

View File

@ -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 <alperyasinak1@gmail.com>
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 <alperyasinak1@gmail.com>
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

View File

@ -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