[oe-commits] [meta-openembedded] 06/09: span-lite: Init at 0.6.0

git at git.openembedded.org git at git.openembedded.org
Mon Oct 21 11:31:06 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2746c9d76272b5fe52df511c02fbb3a8b2c63cd4
Author: William A. Kennington III via Openembedded-devel <openembedded-devel at lists.openembedded.org>
AuthorDate: Fri Oct 18 16:45:15 2019 -0700

    span-lite: Init at 0.6.0
    
    Signed-off-by: William A. Kennington III <wak at google.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/span-lite/span-lite_0.6.0.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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 0000000..0ea2dcc
--- /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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list