From 5f6d7efa5eb5da0111a73cf3f4bc0b935311d744 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 23 Sep 2021 22:31:29 +0800 Subject: span-lite: upgrade 0.10.0 -> 0.10.1 Release 0.10.1 fixes https://github.com/martinmoene/span-lite/issues/71. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-oe/recipes-support/span-lite/span-lite_0.10.0.bb | 12 ------------ meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-oe/recipes-support/span-lite/span-lite_0.10.0.bb create mode 100644 meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/span-lite/span-lite_0.10.0.bb b/meta-oe/recipes-support/span-lite/span-lite_0.10.0.bb deleted file mode 100644 index 4cf0dee112..0000000000 --- a/meta-oe/recipes-support/span-lite/span-lite_0.10.0.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 = "2987dd8d3b8fe7c861e3c3f879234cc1c412f03f" - -S = "${WORKDIR}/git" - -inherit cmake -inherit ptest 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 new file mode 100644 index 0000000000..15ba099826 --- /dev/null +++ b/meta-oe/recipes-support/span-lite/span-lite_0.10.1.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 = "da49b231a25600b4431e00b564a6a20be95c1108" + +S = "${WORKDIR}/git" + +inherit cmake +inherit ptest -- cgit 1.2.3-korg