summaryrefslogtreecommitdiffstats
path: root/package/python-crossbar/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-10 21:16:55 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-10 22:29:46 +0100
commitb5ac4b329f4fb913715e0941e4cca6e889ed643c (patch)
tree90e05bb3a4d0ef25efa9e0a7ae54964c34df6fe1 /package/python-crossbar/Config.in
parent929d91edee72e1c5d433563caa1e883c3ae3bfbf (diff)
downloadbuildroot-b5ac4b329f4fb913715e0941e4cca6e889ed643c.tar.gz
buildroot-b5ac4b329f4fb913715e0941e4cca6e889ed643c.zip
python-crossbar: propagate missing dependencies
python-crossbar selects python-msgpack which selects msgpack, which depends on C++ and 4-byte __sync intrinsics. But python-crossbar does not have the dependencies propagated. Fixes: http://autobuild.buildroot.org/results/80f58b7264139dd82c690cb8aae97349aa412539/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-crossbar/Config.in')
-rw-r--r--package/python-crossbar/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-crossbar/Config.in b/package/python-crossbar/Config.in
index 84c65c1b15..4e613db0df 100644
--- a/package/python-crossbar/Config.in
+++ b/package/python-crossbar/Config.in
@@ -29,9 +29,15 @@ config BR2_PACKAGE_PYTHON_CROSSBAR
select BR2_PACKAGE_PYTHON_TWISTED
select BR2_PACKAGE_PYTHON_UJSON
select BR2_PACKAGE_PYTHON_WSACCEL
+ depends on BR2_INSTALL_LIBSTDCPP # python-msgpack -> msgpack
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 # python-msgpack -> msgpack
help
Crossbar.io is an open-source WAMP application router that
allows to build advanced applications from loosely-coupled
components that can talk in real-time with each other.
https://pypi.python.org/pypi/crossbar
+
+comment "python-crossbar needs a toolchain w/ C++"
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
+ depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud