[Buildroot] [PATCH 1/1] package/mosquitto: bump to v1.6.11

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Aug 17 13:13:45 UTC 2020


On Mon, 17 Aug 2020 11:10:55 +0200
Titouan Christophe <titouan.christophe at railnova.eu> wrote:

> Mosquitto 1.6.11 is a bugfix release, read the whole announcement on
> http://mosquitto.org/blog/2020/08/version-1-6-11-released/
> 
> From the changelog of the client library:
> mosquitto_loop_start() now sets a thread name on Linux, FreeBSD, NetBSD,
> and OpenBSD. Closes #1777.
> This is done with pthread_setname_np; so mosquitto now requires
> BR2_TOOLCHAIN_HAS_THREADS_NPTL.
> 
> Signed-off-by: Titouan Christophe <titouan.christophe at railnova.eu>
> ---
>  package/mosquitto/Config.in      | 4 ++++
>  package/mosquitto/mosquitto.hash | 4 ++--
>  package/mosquitto/mosquitto.mk   | 2 +-
>  3 files changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
> index b4effa36be..21cd56c492 100644
> --- a/package/mosquitto/Config.in
> +++ b/package/mosquitto/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_MOSQUITTO
>  	bool "mosquitto"
> +	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL  # pthread_setname_np

It seems like this new dependency was not propagated to all reverse
dependencies of mosquitto. Could you double check this ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list