diff mbox series

[meta-oe] cli11: upgrade 1.9.1 -> 2.2.0

Message ID 1662368529-32226-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] cli11: upgrade 1.9.1 -> 2.2.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 5, 2022, 9:02 a.m. UTC
License-Update: Copyright year updated to 2022.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../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%)

Comments

Khem Raj Sept. 6, 2022, 5:49 a.m. UTC | #1
it seems this version is trying to download the catch framework during
configure. This not ideal. Perhaps look into downloading everything
build needs during do_fetch via multiple SRC_URI entries. Then
substitute the cmake such that it does not download these files
anymore.

See

https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1989/steps/14/logs/stdio

On Mon, Sep 5, 2022 at 2:02 AM wangmy <wangmy@fujitsu.com> wrote:
>
> License-Update: Copyright year updated to 2022.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../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
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#98661): https://lists.openembedded.org/g/openembedded-devel/message/98661
> Mute This Topic: https://lists.openembedded.org/mt/93474748/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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"