diff options
author | Jan Vermaete <jan.vermaete@gmail.com> | 2025-08-06 10:21:54 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-06 07:27:17 -0700 |
commit | 5605736b186e8e34b6be805461f9705ba206c195 (patch) | |
tree | bd7faeefa51412caa65efc7685e19312b67f208b | |
parent | 972faf66cfceb538e8e04da755eae0ced6a3d361 (diff) | |
download | meta-openembedded-5605736b186e8e34b6be805461f9705ba206c195.tar.gz |
cli11: removed old SRC_URI[sha256sum]
Both SRCREV and SRC_URI[sha256sum] where defined.
The value of SRCREV is the correct one.
https://github.com/CLIUtils/CLI11/commit/4160d259d961cd393fd8d67590a8c7d210207348
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/cli11/cli11_2.5.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cli11/cli11_2.5.0.bb b/meta-oe/recipes-support/cli11/cli11_2.5.0.bb index 82203b3019..f6c9ac8f69 100644 --- a/meta-oe/recipes-support/cli11/cli11_2.5.0.bb +++ b/meta-oe/recipes-support/cli11/cli11_2.5.0.bb | |||
@@ -6,9 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b8bdde6bda8508bef68a39f3e0d7e939" | |||
6 | 6 | ||
7 | DEPENDS = "catch2" | 7 | DEPENDS = "catch2" |
8 | 8 | ||
9 | SRCREV = "4160d259d961cd393fd8d67590a8c7d210207348" | ||
10 | SRC_URI = "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https" | 9 | SRC_URI = "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https" |
11 | SRC_URI[sha256sum] = "ea379c4a3cb5799027b1eb451163dff065a3d641aaba23bf4e24ee6b536bd9bc" | 10 | SRCREV = "4160d259d961cd393fd8d67590a8c7d210207348" |
12 | 11 | ||
13 | inherit cmake | 12 | inherit cmake |
14 | 13 | ||