aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-10-13 07:49:35 +0800
committerKhem Raj <raj.khem@gmail.com>2021-10-14 07:16:59 -0700
commitd46c811305ec13554d0ec0ddc973af2f4b33d7e7 (patch)
tree87ce8b0528a21a545c666634d6a97f529ac84219 /meta-oe
parentc48feb5f184738e88e9dac4e4f9d8598743f7109 (diff)
downloadmeta-openembedded-contrib-d46c811305ec13554d0ec0ddc973af2f4b33d7e7.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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb (renamed from meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb)2
1 files changed, 1 insertions, 1 deletions
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.3.bb
index 15ba099826..0079cf7298 100644
--- a/meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb
+++ b/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb
@@ -4,7 +4,7 @@ LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI += "git://github.com/martinmoene/span-lite"
-SRCREV = "da49b231a25600b4431e00b564a6a20be95c1108"
+SRCREV = "cbb9c3c5162a0d7018c7b3e053153a04d4fbbbb9"
S = "${WORKDIR}/git"