summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/span-lite
Commit message (Collapse)AuthorAgeFilesLines
* span-lite: upgrade 0.10.3 -> 0.11.0Wang Mingyu2024-02-091-1/+1
| | | | | | | | 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>
* span-lite: do not inherit ptestTim Orling2023-04-021-1/+0
| | | | | | | This recipe provides no run-ptest script. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* span-lite: upgrade 0.10.1 -> 0.10.3wangmy2021-10-141-1/+1
| | | | | | | | | | | | Fixes: Properly constrain constructor from iterators (https://github.com/martinmoene/span-lite/issues/69) Add [noreturn] to throw_out_of_range() (https://github.com/martinmoene/span-lite/issues/73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* span-lite: upgrade 0.10.0 -> 0.10.1zhengruoqin2021-09-241-1/+1
| | | | | | | Release 0.10.1 fixes https://github.com/martinmoene/span-lite/issues/71. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* span-lite: upgrade 0.9.2 -> 0.10.0zhengruoqin2021-07-161-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* span-lite: upgrade 0.8.1 -> 0.9.2William A. Kennington III2021-05-171-1/+1
| | | | | Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* span-lite: Bump e03d116..0.8.1William A. Kennington III2020-11-171-1/+1
| | | | | Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* span-lite: Add git versionWilliam A. Kennington III2020-02-251-0/+12
We would generally prefer to use stable releases, but there are fixes in master that have not yet been released for compiling the test cases against libc++. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>