mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
Commitda9dcddff1(package/mosquitto: requires cmake >= 4.3) added a requirement against cmake 4.3 for the target variant, but forgot to add the same requirement to the host variant. Do so, for the same reasons as reported for the target variant inda9dcddff1. Fixes:da9dcddff1Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Titouan Christophe <titouan.christophe@mind.be> Signed-off-by: Romain Naour <romain.naour@smile.fr>
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
config BR2_PACKAGE_HOST_MOSQUITTO
|
|
bool "host mosquitto (mosquitto_passwd)"
|
|
select BR2_HOST_CMAKE_AT_LEAST_4_3
|
|
help
|
|
Only installs mosquitto_passwd.
|