diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-07 09:21:34 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:14 -0800 |
| commit | 890f24333208c832f7ea665d08161ea92f129b28 (patch) | |
| tree | 766aa0330a72246f39ade604a8a326daa063f09c /meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb | |
| parent | dae0a0d77a5d0a435b5a7f28f8c1e8c8eb762ec3 (diff) | |
| download | meta-openembedded-890f24333208c832f7ea665d08161ea92f129b28.tar.gz | |
span-lite: upgrade 0.10.3 -> 0.11.0
Changelog:
https://github.com/martinmoene/span-lite/releases/tag/v0.11.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb')
| -rw-r--r-- | meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb b/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb deleted file mode 100644 index 15380f5d7f..0000000000 --- a/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | SUMMARY = "single-file header-only version of a C++20-like span for C++98, C++11 and later" | ||
| 2 | HOMEPAGE = "https://github.com/martinmoene/span-lite" | ||
| 3 | LICENSE = "BSL-1.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | ||
| 5 | |||
| 6 | SRC_URI += "git://github.com/martinmoene/span-lite;branch=master;protocol=https" | ||
| 7 | SRCREV = "cbb9c3c5162a0d7018c7b3e053153a04d4fbbbb9" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | inherit cmake | ||
