diff options
author | alperak <alperyasinak1@gmail.com> | 2023-11-12 22:11:46 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-12 12:18:48 -0800 |
commit | 5e59c274c2661f9c3ecd6da3dc51a309dd2f4c30 (patch) | |
tree | 7deed310bb70261c42eed9a4f137a070ddbcf74f | |
parent | 5086a9b6d1357eb7e039e57a29b5f2bead8d5679 (diff) | |
download | meta-openembedded-5e59c274c2661f9c3ecd6da3dc51a309dd2f4c30.tar.gz |
cannelloni: upgrade 1.0.0 -> 1.1.0
Changelog:
- Typo fix in cannelloni.h
- workflows: add nix-test.yml
- Add TCP mode
- No peer checking
- Add -Wall switch and fix all warnings
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb (renamed from meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb index f34c73c17..fb457dc03 100644 --- a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb +++ b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/mguentner/cannelloni" | |||
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master" | 5 | SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master" |
6 | SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4" | 6 | SRCREV = "3d4fb8c8b07f6d7c62b2bdad7e5a94de61c9a29b" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
9 | 9 | ||