[Buildroot] [PATCH 1/2] package/circus: fix Config.in missing operator in comment condition

Samuel Martin s.martin49 at gmail.com
Wed Sep 21 18:18:37 UTC 2016


Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
---
 package/circus/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/circus/Config.in b/package/circus/Config.in
index 3df41f5..94c59a4 100644
--- a/package/circus/Config.in
+++ b/package/circus/Config.in
@@ -18,5 +18,5 @@ config BR2_PACKAGE_CIRCUS
 
 comment "circus needs Python and a uClibc or glibc toolchain w/ C++, wchar, threads"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
-		!BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL \
+		!BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL || \
 		!(BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3)
-- 
2.10.0



More information about the buildroot mailing list