diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-29 08:14:34 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-29 10:14:13 -0700 |
| commit | f05169e354ed4224d04e6eed316e9aced0af1e84 (patch) | |
| tree | 0042488118f5b4ed5274a32752c849c779033478 /meta-oe | |
| parent | 87c92cd433e0d5200650d9485cb82b0a42020914 (diff) | |
| download | meta-openembedded-f05169e354ed4224d04e6eed316e9aced0af1e84.tar.gz | |
cli11: upgrade 2.5.0 -> 2.6.0
License-Update: CLI11 2.2 updated to CLI11 2.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/cli11/cli11_2.6.0.bb (renamed from meta-oe/recipes-support/cli11/cli11_2.5.0.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/cli11/cli11_2.5.0.bb b/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 @@ | |||
| 1 | SUMMARY = "C++11 command line parser" | ||
| 2 | DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface." | 1 | DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface." |
| 3 | HOMEPAGE = "https://github.com/CLIUtils/CLI11" | 2 | HOMEPAGE = "https://github.com/CLIUtils/CLI11" |
| 4 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b8bdde6bda8508bef68a39f3e0d7e939" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=27559a6fd853c4b46ec4dea16597460c" |
| 6 | 5 | ||
| 7 | DEPENDS = "catch2" | 6 | DEPENDS = "catch2" |
| 8 | 7 | ||
| 9 | SRC_URI = "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \ | 8 | SRC_URI = "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https;tag=v${PV} \ |
| 10 | file://remove_tmpdir_from_test_binary.patch \ | 9 | file://remove_tmpdir_from_test_binary.patch \ |
| 11 | file://run-ptest" | 10 | file://run-ptest" |
| 12 | SRCREV = "4160d259d961cd393fd8d67590a8c7d210207348" | 11 | SRCREV = "3914826ef81208f37dc5843fa16f491d7f8c0829" |
| 13 | 12 | ||
| 14 | inherit cmake ptest | 13 | inherit cmake ptest |
| 15 | 14 | ||
