From f299b7e1a765b14e9538cfec7be318e96c5a74d3 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 13 Oct 2021 07:49:35 +0800 Subject: [PATCH] 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 --- .../span-lite/{span-lite_0.10.1.bb => span-lite_0.10.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/span-lite/{span-lite_0.10.1.bb => span-lite_0.10.3.bb} (86%) 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 similarity index 86% rename from meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb rename to meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb index 15ba0998267..0079cf72981 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"