Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/mosquito: needs sync_4
@ 2017-02-19 10:23 Yann E. MORIN
  2017-02-19 10:35 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2017-02-19 10:23 UTC (permalink / raw)
  To: buildroot

Fixes:
    http://autobuild.buildroot.org/results/2bc/2bc84ba2d1167018e2d48e5183ead22b6425dcf5/
    http://autobuild.buildroot.org/results/445/445f377ae70397b5f675f541977900e8986b79a4/
    http://autobuild.buildroot.org/results/57e/57e6984427f8c5d906a93884cc461b8f93cf5ce0/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/mosquitto/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
index 50937d0..bc2ab35 100644
--- a/package/mosquitto/Config.in
+++ b/package/mosquitto/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_MOSQUITTO
 	bool "mosquitto"
 	depends on BR2_USE_MMU # fork()
+	depends on BR2_TOOLCHAIN_HAS_SYNC_4
 	depends on !BR2_STATIC_LIBS # builds .so
 	help
 	  Mosquitto is an open source message broker that implements
-- 
2.7.4

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

* [Buildroot] [PATCH] package/mosquito: needs sync_4
  2017-02-19 10:23 [Buildroot] [PATCH] package/mosquito: needs sync_4 Yann E. MORIN
@ 2017-02-19 10:35 ` Baruch Siach
  2017-02-19 10:40   ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2017-02-19 10:35 UTC (permalink / raw)
  To: buildroot

Hi Yann,

On Sun, Feb 19, 2017 at 11:23:15AM +0100, Yann E. MORIN wrote:
> Fixes:
>     http://autobuild.buildroot.org/results/2bc/2bc84ba2d1167018e2d48e5183ead22b6425dcf5/
>     http://autobuild.buildroot.org/results/445/445f377ae70397b5f675f541977900e8986b79a4/
>     http://autobuild.buildroot.org/results/57e/57e6984427f8c5d906a93884cc461b8f93cf5ce0/
>     ...
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/mosquitto/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
> index 50937d0..bc2ab35 100644
> --- a/package/mosquitto/Config.in
> +++ b/package/mosquitto/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_MOSQUITTO
>  	bool "mosquitto"
>  	depends on BR2_USE_MMU # fork()
> +	depends on BR2_TOOLCHAIN_HAS_SYNC_4

What about symbols that select BR2_PACKAGE_MOSQUITTO 
(BR2_PACKAGE_COLLECTD_MQTT, BR2_PACKAGE_DOMOTICZ)?

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] [PATCH] package/mosquito: needs sync_4
  2017-02-19 10:35 ` Baruch Siach
@ 2017-02-19 10:40   ` Yann E. MORIN
  0 siblings, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2017-02-19 10:40 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2017-02-19 12:35 +0200, Baruch Siach spake thusly:
> On Sun, Feb 19, 2017 at 11:23:15AM +0100, Yann E. MORIN wrote:
> > Fixes:
> >     http://autobuild.buildroot.org/results/2bc/2bc84ba2d1167018e2d48e5183ead22b6425dcf5/
> >     http://autobuild.buildroot.org/results/445/445f377ae70397b5f675f541977900e8986b79a4/
> >     http://autobuild.buildroot.org/results/57e/57e6984427f8c5d906a93884cc461b8f93cf5ce0/
> >     ...
> > 
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > ---
> >  package/mosquitto/Config.in | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
> > index 50937d0..bc2ab35 100644
> > --- a/package/mosquitto/Config.in
> > +++ b/package/mosquitto/Config.in
> > @@ -1,6 +1,7 @@
> >  config BR2_PACKAGE_MOSQUITTO
> >  	bool "mosquitto"
> >  	depends on BR2_USE_MMU # fork()
> > +	depends on BR2_TOOLCHAIN_HAS_SYNC_4
> 
> What about symbols that select BR2_PACKAGE_MOSQUITTO 
> (BR2_PACKAGE_COLLECTD_MQTT, BR2_PACKAGE_DOMOTICZ)?

Damn right you are. I'll fix. Thanks! :-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2017-02-19 10:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-19 10:23 [Buildroot] [PATCH] package/mosquito: needs sync_4 Yann E. MORIN
2017-02-19 10:35 ` Baruch Siach
2017-02-19 10:40   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox