[oe] [meta-oe][PATCH] span-lite: Init at 0.6.0

William A. Kennington III wak at google.com
Fri Oct 18 23:45:15 UTC 2019


Signed-off-by: William A. Kennington III <wak at google.com>
---
 meta-oe/recipes-support/span-lite/span-lite_0.6.0.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-oe/recipes-support/span-lite/span-lite_0.6.0.bb

diff --git a/meta-oe/recipes-support/span-lite/span-lite_0.6.0.bb b/meta-oe/recipes-support/span-lite/span-lite_0.6.0.bb
new file mode 100644
index 000000000..0ea2dcc8d
--- /dev/null
+++ b/meta-oe/recipes-support/span-lite/span-lite_0.6.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 = "34118d2df7976f635c8fd35b5959f86cb52ba93c"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+inherit ptest
-- 
2.22.0



More information about the Openembedded-devel mailing list