diff options
author | wangmy <wangmy@fujitsu.com> | 2021-10-13 07:49:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-14 07:16:59 -0700 |
commit | d46c811305ec13554d0ec0ddc973af2f4b33d7e7 (patch) | |
tree | 87ce8b0528a21a545c666634d6a97f529ac84219 /meta-oe | |
parent | c48feb5f184738e88e9dac4e4f9d8598743f7109 (diff) | |
download | meta-openembedded-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 15ba09982..0079cf729 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" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
5 | 5 | ||
6 | SRC_URI += "git://github.com/martinmoene/span-lite" | 6 | SRC_URI += "git://github.com/martinmoene/span-lite" |
7 | SRCREV = "da49b231a25600b4431e00b564a6a20be95c1108" | 7 | SRCREV = "cbb9c3c5162a0d7018c7b3e053153a04d4fbbbb9" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||