projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db989f8
)
hwloc: fix condition to display comment message in menuconfig
author
florent valette
<florent.valette@gmail.com>
Sun, 17 May 2015 08:52:04 +0000
(10:52 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 19 May 2015 18:03:42 +0000
(20:03 +0200)
The comment message shows up if the toolchain has threads instead
of not having threads.
Signed-off-by: Florent Valette <florent.valette@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/hwloc/Config.in
patch
|
blob
|
history
diff --git
a/package/hwloc/Config.in
b/package/hwloc/Config.in
index 51aef4a0e0eef5988bbe7d8040461b08385df845..1fb23027bb4d2c3debffe9232591f1cb3bcc0c68 100644
(file)
--- a/
package/hwloc/Config.in
+++ b/
package/hwloc/Config.in
@@
-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