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

Randy MacLeod randy.macleod at windriver.com
Sun Oct 20 01:24:07 UTC 2019


On 10/18/19 7:45 PM, William A. Kennington III via Openembedded-devel wrote:
> 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"

Could you add a description for people who are not familiar with
the package?

Copying the "In a nutshell" intro from github:

DESCRIPTION = "span-lite is a single-file header-only library to \
provide a bounds-safe view for sequences of objects. The \
library provides a C++20-like span for use with C++98 and later. \
If available, std::span is used, unless configured otherwise. \
span-lite can detect the presence of byte-lite and if present, \
it provides as_bytes() and as_writeable_bytes() also for C++14 \
and earlier."

would be fine.

Thanks,
../Randy

> +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
> 


-- 
# Randy MacLeod
# Wind River Linux


More information about the Openembedded-devel mailing list