mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -6,9 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b8bdde6bda8508bef68a39f3e0d7e939"
|
||||
|
||||
DEPENDS = "catch2"
|
||||
|
||||
SRCREV = "4160d259d961cd393fd8d67590a8c7d210207348"
|
||||
SRC_URI = "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https"
|
||||
SRC_URI[sha256sum] = "ea379c4a3cb5799027b1eb451163dff065a3d641aaba23bf4e24ee6b536bd9bc"
|
||||
SRCREV = "4160d259d961cd393fd8d67590a8c7d210207348"
|
||||
|
||||
inherit cmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user