python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / mosquitto / Config.in
blob1e6418a4dea5becb5cdd071b8fac6cda17b4ae87
1 config BR2_PACKAGE_MOSQUITTO
2         bool "mosquitto"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_SYNC_4
5         depends on !BR2_STATIC_LIBS # builds .so
6         help
7           Mosquitto is an open source message broker that implements
8           the MQ Telemetry Transport protocol versions 3.1 and
9           3.1.1. MQTT provides a lightweight method of carrying out
10           messaging using a publish/subscribe model. This makes it
11           suitable for "machine to machine" messaging such as with low
12           power sensors or mobile devices such as phones, embedded
13           computers or microcontrollers like the Arduino.
15           http://mosquitto.org/
17 comment "mosquitto needs a toolchain w/ dynamic library"
18         depends on BR2_USE_MMU
19         depends on BR2_TOOLCHAIN_HAS_SYNC_4
20         depends on BR2_STATIC_LIBS