aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-10-13 07:49:35 +0800
committerArmin Kuster <akuster808@gmail.com>2021-10-23 08:05:05 -0700
commit6b83ca6c8607f9528144d91f8eb3b38aefba01dd (patch)
tree0ab66d6b717854899b138fed7f5ce19765659e71 /meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb
parentfeb4ef9fe883ed703cf51c23de9a453ddb88bba6 (diff)
downloadmeta-openembedded-contrib-6b83ca6c8607f9528144d91f8eb3b38aefba01dd.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d46c811305ec13554d0ec0ddc973af2f4b33d7e7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb')
-rw-r--r--meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb12
1 files changed, 12 insertions, 0 deletions
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