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