a9cfcfc367
Fixes: http://autobuild.buildroot.net/results/b27/b27c4b0822494fb393a5e28b8febd063222bd83f/ http://autobuild.buildroot.net/results/9db/9db2cc9fe6ddfda5663251872fdba00998020fce/ http://autobuild.buildroot.net/results/465/465328d0aa6b5f4b36903e2a4bc41d4ddd343db8/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
config BR2_PACKAGE_LINKNX
|
|
bool "linknx"
|
|
select BR2_PACKAGE_LIBPTHSEM
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU # libpthsem
|
|
help
|
|
Linknx is an automation platform providing high level functionalities
|
|
to EIB/KNX installation.
|
|
|
|
http://linknx.sourceforge.net/
|
|
|
|
comment "linknx needs a toolchain w/ C++"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|