package/mosquitto: make broker optional
authorTitouan Christophe <titouan.christophe@railnova.eu>
Tue, 11 Dec 2018 09:21:06 +0000 (10:21 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Dec 2018 08:40:51 +0000 (09:40 +0100)
commit4fc62e1eb6b3adbfc3d3eb7f841275ae8cd1b424
tree746d9329fb73ccc0c9e801c3dedecb2449313401
parentac6480e2b80088ee7e9dedc09a04410688f8addd
package/mosquitto: make broker optional

The mosquitto package provides both the MQTT client library and
a broker, and the latter may be not needed (when connecting to
a remote broker). It should be therefore possible to not install and
start it on the target

Also remove the dependency on BR2_TOOLCHAIN_HAS_SYNC_4, as it does not seem
to be needed.  Verified with:

 * br-m68k-68040-full.config  [OK]
 * br-sparc-uclibc.config     [OK]

The original issue adding the dependency in commit 874d0784bb23d
(package/mosquito: needs sync_4) unfortunately refers to autobuilder results
that are no longer available.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
[Peter: extend commit message, fix comment line, remove indentation in .mk]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mosquitto/Config.in
package/mosquitto/mosquitto.mk