[meta-oe] [PATCH] cli11: upgrade 1.9.1 -> 2.2.0
wangmy
License-Update: Copyright year updated to 2022.
Signed-off-by: Wang Mingyu <wangmy@...> --- .../cli11/{cli11_1.9.1.bb => cli11_2.2.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/cli11/{cli11_1.9.1.bb => cli11_2.2.0.bb} (67%) diff --git a/meta-oe/recipes-support/cli11/cli11_1.9.1.bb b/meta-oe/recipes-support/cli11/cli11_2.2.0.bb similarity index 67% rename from meta-oe/recipes-support/cli11/cli11_1.9.1.bb rename to meta-oe/recipes-support/cli11/cli11_2.2.0.bb index 7de3335abd..a035c27a3d 100644 --- a/meta-oe/recipes-support/cli11/cli11_1.9.1.bb +++ b/meta-oe/recipes-support/cli11/cli11_2.2.0.bb @@ -2,11 +2,11 @@ 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=b73927b18d5c6cd8d2ed28a6ad539733" -SRCREV = "5cb3efabce007c3a0230e4cc2e27da491c646b6c" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9ad746b5f49c0fd53c08ca1faff1922c" +SRCREV = "b9be5b9444772324459989177108a6a65b8b2769" PV .= "+git${SRCPV}" -SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=v1;protocol=https" +SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https" S = "${WORKDIR}/git" -- 2.25.1 |
|