[Buildroot] [PATCH 1/1] package/openzwave: needs NPTL

Arnout Vandecappelle arnout at mind.be
Mon Jun 10 14:26:54 UTC 2019



On 10/06/2019 11:16, Fabrice Fontaine wrote:
> openzwave needs pthread_setname_np
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/d50a79384eb346078fd83ad3a1ba8b8a04cc4d53
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/openzwave/Config.in | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/openzwave/Config.in b/package/openzwave/Config.in
> index f2a4ca5225..b5c1b620c6 100644
> --- a/package/openzwave/Config.in
> +++ b/package/openzwave/Config.in
> @@ -1,6 +1,6 @@
>  config BR2_PACKAGE_OPENZWAVE
>  	bool "openzwave"
> -	depends on BR2_TOOLCHAIN_HAS_THREADS
> +	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on !BR2_STATIC_LIBS
>  	depends on BR2_USE_WCHAR
> @@ -13,6 +13,6 @@ config BR2_PACKAGE_OPENZWAVE
>  
>  	  http://www.openzwave.net
>  
> -comment "openzwave needs a toolchain w/ C++, dynamic library, threads, wchar"
> +comment "openzwave needs a toolchain w/ C++, dynamic library, NPTL, wchar"
>  	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
> -		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
> +		!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR
> 



More information about the buildroot mailing list