summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/cannelloni
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | 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>
* cannelloni: update to 1.0.0Oleksandr Kravchuk2021-02-063-82/+2
| | | | | | | Removed upstreamed patches. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cannelloni: Include stdexcept for runtime_errorKhem Raj2019-12-232-0/+33
| | | | | | | | | Fixes error: 'runtime_error' is not a member of 'std' throw std::runtime_error("Allocation error."); ^~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cannelloni: Update to latest and fix multilib buildsKhem Raj2019-12-202-2/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cannelloni: move from meta-oe to meta-networkingNicolas Dechesne2019-05-131-0/+17
It has a dependency on lksctp-tools which is available in meta-networking. Move the recipe to avoid dependency from meta-oe onto meta-networking. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Acked-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>