mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -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> (cherry picked from commitb8d6e76897) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
095117c40d
commit
b75d130294
@@ -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