All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/igd2-for-linux: bump to version 2.2
@ 2022-10-15 21:58 Fabrice Fontaine
  2022-11-01 22:26 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-10-15 21:58 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

This bump will fix the build with pupnp >= 1.14.13 raised since commit
a9ee25b01b741ad4f68575974c89c65146ab87f2 and
https://github.com/pupnp/pupnp/commit/2f99af26731ec7d5677e5576c006a35128b59d55:

In file included from src/threadutil/FreeList.h:43,
                 from src/threadutil/TimerThread.h:39,
                 from src/gatedevice.h:32,
                 from src/gatedevice.c:38:
src/threadutil/ithread.h:917:12: error: expected ';' before 'int'
  917 | EXPORT_SPEC int pthread_mutexattr_setkind_np(
      |            ^~~~
      |            ;

Fixes:
 - http://autobuild.buildroot.org/results/2eebf8264327bd492ee8cadc0c539d42c4f2e252

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/igd2-for-linux/igd2-for-linux.hash | 2 +-
 package/igd2-for-linux/igd2-for-linux.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/igd2-for-linux/igd2-for-linux.hash b/package/igd2-for-linux/igd2-for-linux.hash
index fe1272338a..3b4fd4f5c9 100644
--- a/package/igd2-for-linux/igd2-for-linux.hash
+++ b/package/igd2-for-linux/igd2-for-linux.hash
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256  843f2b0a7597e6cc7af85da099a7cce3401a334cbb4a6ae9d38ce252311db9b9  igd2-for-linux-2.1.tar.gz
+sha256  68ee10bf02b18890af8bf9e38be377f038627cd16fce54200fc1b26fd83e4375  igd2-for-linux-2.2.tar.gz
 sha256  204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994  linuxigd2/doc/LICENSE
 sha256  c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3  linuxigd2/src/threadutil/COPYING
diff --git a/package/igd2-for-linux/igd2-for-linux.mk b/package/igd2-for-linux/igd2-for-linux.mk
index 8cc3c6ae18..c646c6bf92 100644
--- a/package/igd2-for-linux/igd2-for-linux.mk
+++ b/package/igd2-for-linux/igd2-for-linux.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IGD2_FOR_LINUX_VERSION = 2.1
+IGD2_FOR_LINUX_VERSION = 2.2
 IGD2_FOR_LINUX_SITE = \
 	$(call github,Orange-OpenSource,igd2-for-linux,v$(IGD2_FOR_LINUX_VERSION))
 
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/igd2-for-linux: bump to version 2.2
  2022-10-15 21:58 [Buildroot] [PATCH 1/1] package/igd2-for-linux: bump to version 2.2 Fabrice Fontaine
@ 2022-11-01 22:26 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 22:26 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

On Sat, 15 Oct 2022 23:58:29 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> This bump will fix the build with pupnp >= 1.14.13 raised since commit
> a9ee25b01b741ad4f68575974c89c65146ab87f2 and
> https://github.com/pupnp/pupnp/commit/2f99af26731ec7d5677e5576c006a35128b59d55:
> 
> In file included from src/threadutil/FreeList.h:43,
>                  from src/threadutil/TimerThread.h:39,
>                  from src/gatedevice.h:32,
>                  from src/gatedevice.c:38:
> src/threadutil/ithread.h:917:12: error: expected ';' before 'int'
>   917 | EXPORT_SPEC int pthread_mutexattr_setkind_np(
>       |            ^~~~
>       |            ;
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/2eebf8264327bd492ee8cadc0c539d42c4f2e252
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/igd2-for-linux/igd2-for-linux.hash | 2 +-
>  package/igd2-for-linux/igd2-for-linux.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-11-01 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-15 21:58 [Buildroot] [PATCH 1/1] package/igd2-for-linux: bump to version 2.2 Fabrice Fontaine
2022-11-01 22:26 ` Thomas Petazzoni via buildroot

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.