[Buildroot] [git commit] ibrcommon: fix dependencies of comment in Config.in

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 29 16:14:04 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=8bb79ac97d152a4e611357564eebf370e947a57e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

We want the comment to be displayed either if C++ is not supported
*or* if threads is not supported.

Also, fix the indentation to use a tab.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ibrcommon/Config.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/package/ibrcommon/Config.in b/package/ibrcommon/Config.in
index 5aa51a4..36ccfbc 100644
--- a/package/ibrcommon/Config.in
+++ b/package/ibrcommon/Config.in
@@ -10,5 +10,4 @@ config BR2_PACKAGE_IBRCOMMON
 	  http://trac.ibr.cs.tu-bs.de/project-cm-2012-ibrdtn
 
 comment "ibrcommon needs a toolchain w/ C++, threads"
-        depends on !BR2_INSTALL_LIBSTDCPP
-	depends on !BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS


More information about the buildroot mailing list