1 comment "python-sip needs a toolchain w/ C++, threads"
3 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
5 comment "python-sip needs qt or qt5"
7 depends on BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS
8 depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5
10 config BR2_PACKAGE_PYTHON_SIP
12 depends on BR2_INSTALL_LIBSTDCPP # qt
13 depends on BR2_TOOLCHAIN_HAS_THREADS # qt
14 depends on BR2_USE_MMU # qt
15 depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
17 SIP is a tool that makes it very easy to create Python
18 bindings for C and C++ libraries. It was originally
19 developed to create PyQt, the Python bindings for the Qt
20 toolkit, but can be used to create bindings for any C or C++
23 SIP comprises a code generator and a Python module. The code
24 generator processes a set of specification files and
25 generates C or C++ code which is then compiled to create the
26 bindings extension module. The SIP Python module provides
27 support functions to the automatically generated code.
29 http://www.riverbankcomputing.com/software/sip/intro