Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/autofs: requires NPTL
@ 2016-07-16 14:57 Romain Naour
  2016-07-16 19:03 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2016-07-16 14:57 UTC (permalink / raw)
  To: buildroot

autofs uses pthread_condattr_setclock() which is available only with
toolchains with NPTL threads support.

Fixes:
http://autobuild.buildroot.net/results/152/152d917b0078aeb3715cd562cdecf7d0debf924b

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/autofs/Config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/autofs/Config.in b/package/autofs/Config.in
index dbe6674..8e08357 100644
--- a/package/autofs/Config.in
+++ b/package/autofs/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_AUTOFS
 	bool "autofs"
-	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
 	depends on BR2_USE_MMU
 	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	depends on !BR2_STATIC_LIBS # dlfcn
@@ -15,7 +15,7 @@ config BR2_PACKAGE_AUTOFS
 
 	  http://www.linuxfromscratch.org/blfs/view/svn/general/autofs.html
 
-comment "autofs needs a toolchain w/ threads, RPC, dynamic library"
+comment "autofs needs a toolchain w/ NPTL, RPC, dynamic library"
 	depends on BR2_USE_MMU
-	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
+	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS || \
 		!BR2_TOOLCHAIN_HAS_NATIVE_RPC
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] package/autofs: requires NPTL
  2016-07-16 14:57 [Buildroot] [PATCH] package/autofs: requires NPTL Romain Naour
@ 2016-07-16 19:03 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-07-16 19:03 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 16 Jul 2016 16:57:39 +0200, Romain Naour wrote:
> autofs uses pthread_condattr_setclock() which is available only with
> toolchains with NPTL threads support.
> 
> Fixes:
> http://autobuild.buildroot.net/results/152/152d917b0078aeb3715cd562cdecf7d0debf924b
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  package/autofs/Config.in | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-16 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-16 14:57 [Buildroot] [PATCH] package/autofs: requires NPTL Romain Naour
2016-07-16 19:03 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox