diff mbox series

[meta-oe,01/32] cli11: upgrade 2.5.0 -> 2.6.0

Message ID 20251029001505.528-1-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/32] cli11: upgrade 2.5.0 -> 2.6.0 | expand

Commit Message

Wang Mingyu Oct. 29, 2025, 12:14 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: CLI11 2.2 updated to CLI11 2.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../cli11/{cli11_2.5.0.bb => cli11_2.6.0.bb}               | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-support/cli11/{cli11_2.5.0.bb => cli11_2.6.0.bb} (84%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/cli11/cli11_2.5.0.bb b/meta-oe/recipes-support/cli11/cli11_2.6.0.bb
similarity index 84%
rename from meta-oe/recipes-support/cli11/cli11_2.5.0.bb
rename to meta-oe/recipes-support/cli11/cli11_2.6.0.bb
index 980932165b..def32b7a6b 100644
--- a/meta-oe/recipes-support/cli11/cli11_2.5.0.bb
+++ b/meta-oe/recipes-support/cli11/cli11_2.6.0.bb
@@ -1,15 +1,14 @@ 
-SUMMARY = "C++11 command line parser"
 DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface."
 HOMEPAGE = "https://github.com/CLIUtils/CLI11"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b8bdde6bda8508bef68a39f3e0d7e939"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=27559a6fd853c4b46ec4dea16597460c"
 
 DEPENDS = "catch2"
 
-SRC_URI = "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \
+SRC_URI = "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https;tag=v${PV} \
            file://remove_tmpdir_from_test_binary.patch \
            file://run-ptest"
-SRCREV = "4160d259d961cd393fd8d67590a8c7d210207348"
+SRCREV = "3914826ef81208f37dc5843fa16f491d7f8c0829"
 
 inherit cmake ptest