* [Buildroot] [PATCH] package/avahi: fix build failures
@ 2017-12-03 11:13 Samuel Martin
2017-12-03 11:40 ` Adrian Perez de Castro
2017-12-03 22:06 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Samuel Martin @ 2017-12-03 11:13 UTC (permalink / raw)
To: buildroot
Since [1], avahi uses/checks for pygobject instead of pygtk, so update
the configure options accordingly.
Fixes:
http://autobuild.buildroot.net/results/ffea97dc13d379d32f9e33ae6f9e986b2c435ea9
and many others
[1] https://github.com/lathiat/avahi/commit/142124dae6f043085aba59fca4657c56b2b23b65
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/avahi/avahi.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
index b89887b4c7..c8f1af9a9d 100644
--- a/package/avahi/avahi.mk
+++ b/package/avahi/avahi.mk
@@ -77,7 +77,7 @@ AVAHI_CONF_OPTS = \
--disable-gtk \
--disable-gtk3 \
--disable-gdbm \
- --disable-pygtk \
+ --disable-pygobject \
--disable-mono \
--disable-monodoc \
--disable-stack-protector \
--
2.15.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/avahi: fix build failures
2017-12-03 11:13 [Buildroot] [PATCH] package/avahi: fix build failures Samuel Martin
@ 2017-12-03 11:40 ` Adrian Perez de Castro
2017-12-03 22:06 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Adrian Perez de Castro @ 2017-12-03 11:40 UTC (permalink / raw)
To: buildroot
On Sun, 3 Dec 2017 12:13:44 +0100, Samuel Martin <s.martin49@gmail.com> wrote:
> Since [1], avahi uses/checks for pygobject instead of pygtk, so update
> the configure options accordingly.
>
> Fixes:
> http://autobuild.buildroot.net/results/ffea97dc13d379d32f9e33ae6f9e986b2c435ea9
> and many others
>
> [1] https://github.com/lathiat/avahi/commit/142124dae6f043085aba59fca4657c56b2b23b65
>
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
> ---
> package/avahi/avahi.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
> index b89887b4c7..c8f1af9a9d 100644
> --- a/package/avahi/avahi.mk
> +++ b/package/avahi/avahi.mk
> @@ -77,7 +77,7 @@ AVAHI_CONF_OPTS = \
> --disable-gtk \
> --disable-gtk3 \
> --disable-gdbm \
> - --disable-pygtk \
> + --disable-pygobject \
> --disable-mono \
> --disable-monodoc \
> --disable-stack-protector \
> --
> 2.15.1
Reviewed-by: Adrian Perez de Castro <aperez@igalia.com>
--
Adri?n ?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20171203/4f48a9ab/attachment.asc>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/avahi: fix build failures
2017-12-03 11:13 [Buildroot] [PATCH] package/avahi: fix build failures Samuel Martin
2017-12-03 11:40 ` Adrian Perez de Castro
@ 2017-12-03 22:06 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-12-03 22:06 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 3 Dec 2017 12:13:44 +0100, Samuel Martin wrote:
> Since [1], avahi uses/checks for pygobject instead of pygtk, so update
> the configure options accordingly.
>
> Fixes:
> http://autobuild.buildroot.net/results/ffea97dc13d379d32f9e33ae6f9e986b2c435ea9
> and many others
>
> [1] https://github.com/lathiat/avahi/commit/142124dae6f043085aba59fca4657c56b2b23b65
>
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
> ---
> package/avahi/avahi.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Bernd had already sent the same patch on Monday 27, so I've applied his
patch instead.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-12-03 22:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-03 11:13 [Buildroot] [PATCH] package/avahi: fix build failures Samuel Martin
2017-12-03 11:40 ` Adrian Perez de Castro
2017-12-03 22:06 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox