From ffceca1f1730db9d85e05825f34a8530d80fe431 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 16 Jul 2021 09:45:58 +0800 Subject: span-lite: upgrade 0.9.2 -> 0.10.0 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.9.2.bb | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 meta-oe/recipes-support/span-lite/span-lite_0.10.0.bb delete mode 100644 meta-oe/recipes-support/span-lite/span-lite_0.9.2.bb 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 new file mode 100644 index 0000000000..4cf0dee112 --- /dev/null +++ b/meta-oe/recipes-support/span-lite/span-lite_0.10.0.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 = "2987dd8d3b8fe7c861e3c3f879234cc1c412f03f" + +S = "${WORKDIR}/git" + +inherit cmake +inherit ptest diff --git a/meta-oe/recipes-support/span-lite/span-lite_0.9.2.bb b/meta-oe/recipes-support/span-lite/span-lite_0.9.2.bb deleted file mode 100644 index 16b7c3e540..0000000000 --- a/meta-oe/recipes-support/span-lite/span-lite_0.9.2.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 = "126453198fe2236b31ddfa7353e95d3a06c478ab" - -S = "${WORKDIR}/git" - -inherit cmake -inherit ptest -- cgit v1.2.3-54-g00ecf