All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0
@ 2023-11-12 19:11 alperak
  2023-11-13  0:09 ` [oe] " Khem Raj
  2023-11-13 18:34 ` Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: alperak @ 2023-11-12 19:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: alperak

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0
  2023-11-12 19:11 [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0 alperak
@ 2023-11-13  0:09 ` Khem Raj
  2023-11-13  9:32   ` Alper Ak
  2023-11-13 18:34 ` Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2023-11-13  0:09 UTC (permalink / raw)
  To: Alper Ak; +Cc: openembedded-devel

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0
  2023-11-13  0:09 ` [oe] " Khem Raj
@ 2023-11-13  9:32   ` Alper Ak
  0 siblings, 0 replies; 4+ messages in thread
From: Alper Ak @ 2023-11-13  9:32 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 412 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0
  2023-11-12 19:11 [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0 alperak
  2023-11-13  0:09 ` [oe] " Khem Raj
@ 2023-11-13 18:34 ` Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2023-11-13 18:34 UTC (permalink / raw)
  To: openembedded-devel, alperak


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,
-- 
Khem Raj <raj.khem@gmail.com>



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-13 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-12 19:11 [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0 alperak
2023-11-13  0:09 ` [oe] " Khem Raj
2023-11-13  9:32   ` Alper Ak
2023-11-13 18:34 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.