mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/mosquitto: host variant also needs cmake >= 4.3
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>
This commit is contained in:
committed by
Romain Naour
parent
6854ee9aa3
commit
b8d6e76897
@@ -1,4 +1,5 @@
|
||||
config BR2_PACKAGE_HOST_MOSQUITTO
|
||||
bool "host mosquitto (mosquitto_passwd)"
|
||||
select BR2_HOST_CMAKE_AT_LEAST_4_3
|
||||
help
|
||||
Only installs mosquitto_passwd.
|
||||
|
||||
Reference in New Issue
Block a user