From 6b83ca6c8607f9528144d91f8eb3b38aefba01dd Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 13 Oct 2021 07:49:35 +0800 Subject: span-lite: upgrade 0.10.1 -> 0.10.3 Fixes: Properly constrain constructor from iterators (https://github.com/martinmoene/span-lite/issues/69) Add [noreturn] to throw_out_of_range() (https://github.com/martinmoene/span-lite/issues/73) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit d46c811305ec13554d0ec0ddc973af2f4b33d7e7) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb | 12 ------------ meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb create mode 100644 meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb diff --git a/meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb b/meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb deleted file mode 100644 index 15ba099826..0000000000 --- a/meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "single-file header-only version of a C++20-like span for C++98, C++11 and later" -HOMEPAGE = "https://github.com/martinmoene/span-lite" -LICENSE = "BSL-1.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" - -SRC_URI += "git://github.com/martinmoene/span-lite" -SRCREV = "da49b231a25600b4431e00b564a6a20be95c1108" - -S = "${WORKDIR}/git" - -inherit cmake -inherit ptest diff --git a/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb b/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb new file mode 100644 index 0000000000..0079cf7298 --- /dev/null +++ b/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb @@ -0,0 +1,12 @@ +SUMMARY = "single-file header-only version of a C++20-like span for C++98, C++11 and later" +HOMEPAGE = "https://github.com/martinmoene/span-lite" +LICENSE = "BSL-1.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" + +SRC_URI += "git://github.com/martinmoene/span-lite" +SRCREV = "cbb9c3c5162a0d7018c7b3e053153a04d4fbbbb9" + +S = "${WORKDIR}/git" + +inherit cmake +inherit ptest -- cgit 1.2.3-korg