diff mbox series

[meta-networking] cannelloni: upgrade 1.0.0 -> 1.1.0

Message ID 20231112191146.595362-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-networking] cannelloni: upgrade 1.0.0 -> 1.1.0 | expand

Commit Message

Alper Ak Nov. 12, 2023, 7:11 p.m. UTC
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>
---
 .../cannelloni/{cannelloni_1.0.0.bb => cannelloni_1.1.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/cannelloni/{cannelloni_1.0.0.bb => cannelloni_1.1.0.bb} (89%)

Comments

Khem Raj Nov. 13, 2023, 12:09 a.m. UTC | #1
fails to build

http://sprunge.us/3yQKcq

On Sun, Nov 12, 2023 at 11:12 AM Alper Ak <alperyasinak1@gmail.com> wrote:
>
> 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>
> ---
>  .../cannelloni/{cannelloni_1.0.0.bb => cannelloni_1.1.0.bb}     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-networking/recipes-connectivity/cannelloni/{cannelloni_1.0.0.bb => cannelloni_1.1.0.bb} (89%)
>
> diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb
> similarity index 89%
> rename from meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb
> rename to 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"
>  LICENSE = "GPL-2.0-only"
>
>  SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master"
> -SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4"
> +SRCREV = "3d4fb8c8b07f6d7c62b2bdad7e5a94de61c9a29b"
>
>  LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#106602): https://lists.openembedded.org/g/openembedded-devel/message/106602
> Mute This Topic: https://lists.openembedded.org/mt/102547840/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Alper Ak Nov. 13, 2023, 9:32 a.m. UTC | #2
I can get a build without any problem, is it related to the compiler? As far as I know, bits/stdc++ is a GNU GCC extension, I could be wrong. I will try to solve it.

Maybe something like this can be done: include bits/stdc++.h if glibc defined?
Khem Raj Nov. 13, 2023, 6:34 p.m. UTC | #3
On Sun, 12 Nov 2023 22:11:46 +0300, alperak wrote:
> Changelog:
> 
> - Typo fix in cannelloni.h
> - workflows: add nix-test.yml
> - Add TCP mode
> - No peer checking
> - Add -Wall switch and fix all warnings
> 
> [...]

Applied, thanks!

[1/1] cannelloni: upgrade 1.0.0 -> 1.1.0
      commit: 5e59c274c2661f9c3ecd6da3dc51a309dd2f4c30

Best regards,
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb
similarity index 89%
rename from meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb
rename to 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"
 LICENSE = "GPL-2.0-only"
 
 SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master"
-SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4"
+SRCREV = "3d4fb8c8b07f6d7c62b2bdad7e5a94de61c9a29b"
 
 LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"