From b8d6e76897c28e3252dc93b49161c4685d2ab75f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 8 Jul 2026 06:57:18 +0200 Subject: [PATCH] package/mosquitto: host variant also needs cmake >= 4.3 Commit da9dcddff15a (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 in da9dcddff15a. Fixes: da9dcddff15af3e99cbc20297f4a3d25e89c66e1 Signed-off-by: Yann E. MORIN Cc: Peter Korsgaard Cc: Titouan Christophe Signed-off-by: Romain Naour --- package/mosquitto/Config.in.host | 1 + 1 file changed, 1 insertion(+) diff --git a/package/mosquitto/Config.in.host b/package/mosquitto/Config.in.host index 39e287ee89..7b94003fae 100644 --- a/package/mosquitto/Config.in.host +++ b/package/mosquitto/Config.in.host @@ -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.