Commit 08532f66 authored by florent valette's avatar florent valette Committed by Peter Korsgaard
Browse files

hwloc: fix condition to display comment message in menuconfig



The comment message shows up if the toolchain has threads instead
of not having threads.

Signed-off-by: default avatarFlorent Valette <florent.valette@gmail.com>
Reviewed-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent db989f89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,4 +12,4 @@ config BR2_PACKAGE_HWLOC
	  http://www.open-mpi.org/projects/hwloc/

comment "hwloc needs a toolchain w/ threads"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on !BR2_TOOLCHAIN_HAS_THREADS