a3038d061e
Fixes: http://autobuild.buildroot.net/results/d13/d136f763ca3389cdc6a404db7a4fc0cd18329955/ http://autobuild.buildroot.net/results/e00/e002e2a3bd52a3cc3b0d06625de61315d86de524/ http://autobuild.buildroot.net/results/bba/bba9f7130315c9d97cc060a73663276d0fa2c1b3/ http://autobuild.buildroot.net/results/fc7/fc7bc050ef769716dedb0ad81a51e33a12deec47/ And many more. Building libcap-ng with that toolchain triggers an internal compiler / assembler bug, so blacklist that combination and propagate to the reverse dependencies. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
22 lines
793 B
Plaintext
22 lines
793 B
Plaintext
config BR2_PACKAGE_OFONO
|
|
bool "ofono"
|
|
depends on BR2_USE_WCHAR # gettext, libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
|
depends on BR2_USE_MMU # dbus, libglib2
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
|
|
select BR2_PACKAGE_LIBCAP_NG
|
|
select BR2_PACKAGE_DBUS
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO
|
|
help
|
|
oFono is a free, open source project for mobile telephony
|
|
(GSM/UMTS) applications. It uses high-level D-Bus API for
|
|
use by telephony applications. It uses 3GPP standard.
|
|
|
|
http://ofono.org/
|
|
|
|
comment "ofono needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
|