diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-03-12 20:49:33 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-12 23:02:15 +0100 |
commit | 79c01e73adf1a529ae4c17ce6f8e52a7dbf9d02b (patch) | |
tree | 9193e5e21cf069572d74ff6dda12dae6f8d5a006 /package/python-crossbar/Config.in | |
parent | 98a1ed7eba7b8a8f21ff3c81d05ae97a515d129a (diff) | |
download | buildroot-79c01e73adf1a529ae4c17ce6f8e52a7dbf9d02b.tar.gz buildroot-79c01e73adf1a529ae4c17ce6f8e52a7dbf9d02b.zip |
python-psutil: enable musl build
The sysinfo.h header conflict issue is now fixed since upstream commit
c414ecd9b9151 ("Fix build with musl libc"). Enable build with musl. Enable
reverse dependencies as well.
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-crossbar/Config.in')
-rw-r--r-- | package/python-crossbar/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/python-crossbar/Config.in b/package/python-crossbar/Config.in index 7ef1aadbc9..be8332515e 100644 --- a/package/python-crossbar/Config.in +++ b/package/python-crossbar/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_PYTHON_CROSSBAR bool "python-crossbar" - depends on !BR2_TOOLCHAIN_USES_MUSL # python-psutil # All the following dependencies are runtime dependencies select BR2_PACKAGE_PYTHON_AUTOBAHN select BR2_PACKAGE_PYTHON_CBOR @@ -40,5 +39,5 @@ config BR2_PACKAGE_PYTHON_CROSSBAR https://pypi.python.org/pypi/crossbar -comment "python-crossbar needs a uClibc or glibc toolchain w/ C++" - depends on !BR2_INSTALL_LIBSTDCPP || BR2_TOOLCHAIN_USES_MUSL +comment "python-crossbar needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP |