Config.in files: unify comments of toolchain option dependencies
This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c3a832a7fb
commit
66bb10b7b0
@ -16,7 +16,7 @@ config BR2_LINUX_KERNEL_EXT_XENOMAI
|
|||||||
ARM, 2.6.35.9, 2.6.37.6, 2.6.38.8, on NIOS2, 2.6.35, on
|
ARM, 2.6.35.9, 2.6.37.6, 2.6.38.8, on NIOS2, 2.6.35, on
|
||||||
PowerPC, 2.6.35.7, 2.6.36.4, 3.0.8.
|
PowerPC, 2.6.35.7, 2.6.36.4, 3.0.8.
|
||||||
|
|
||||||
comment "xenomai requires thread support in toolchain"
|
comment "xenomai needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH
|
config BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH
|
||||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_ACL
|
|||||||
|
|
||||||
http://savannah.nongnu.org/projects/acl
|
http://savannah.nongnu.org/projects/acl
|
||||||
|
|
||||||
comment "acl requires a toolchain with LARGEFILE support"
|
comment "acl needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -19,5 +19,5 @@ config BR2_PACKAGE_AICCU
|
|||||||
|
|
||||||
http://www.sixxs.net/tools/aiccu/
|
http://www.sixxs.net/tools/aiccu/
|
||||||
|
|
||||||
comment "aiccu requires a toolchain with IPv6, WCHAR and thread support"
|
comment "aiccu needs a toolchain w/ IPv6, wchar, threads"
|
||||||
depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
@ -10,6 +10,6 @@ config BR2_PACKAGE_AIRCRACK_NG
|
|||||||
|
|
||||||
http://www.aircrack-ng.org/
|
http://www.aircrack-ng.org/
|
||||||
|
|
||||||
comment "aircrack-ng needs a toolchain with largefile and threads support"
|
comment "aircrack-ng needs a toolchain w/ largefile, threads"
|
||||||
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ config BR2_PACKAGE_ALSA_LIB
|
|||||||
|
|
||||||
http://www.alsa-project.org/
|
http://www.alsa-project.org/
|
||||||
|
|
||||||
comment "alsa-lib needs threads support in toolchain"
|
comment "alsa-lib needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
if BR2_PACKAGE_ALSA_LIB
|
if BR2_PACKAGE_ALSA_LIB
|
||||||
|
@ -9,7 +9,7 @@ config BR2_PACKAGE_ALSA_UTILS
|
|||||||
|
|
||||||
http://www.alsa-project.org/
|
http://www.alsa-project.org/
|
||||||
|
|
||||||
comment "alsa-utils requires a toolchain with LARGEFILE and threads support"
|
comment "alsa-utils needs a toolchain w/ largefile, threads"
|
||||||
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
if BR2_PACKAGE_ALSA_UTILS
|
if BR2_PACKAGE_ALSA_UTILS
|
||||||
@ -32,7 +32,7 @@ config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
default y
|
default y
|
||||||
|
|
||||||
comment "alsamixer requires a toolchain with WCHAR support"
|
comment "alsamixer needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_AMIDI
|
config BR2_PACKAGE_ALSA_UTILS_AMIDI
|
||||||
|
@ -12,5 +12,5 @@ config BR2_PACKAGE_ALSAMIXERGUI
|
|||||||
|
|
||||||
http://www.iua.upf.es/~mdeboer/projects/alsamixergui/
|
http://www.iua.upf.es/~mdeboer/projects/alsamixergui/
|
||||||
|
|
||||||
comment "alsamixergui requires a toolchain with C++ and threads support enabled"
|
comment "alsamixergui needs a toolchain w/ C++, threads"
|
||||||
depends on (!BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS) && BR2_PACKAGE_XORG7
|
depends on (!BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS) && BR2_PACKAGE_XORG7
|
||||||
|
@ -6,5 +6,5 @@ config BR2_PACKAGE_ATK
|
|||||||
help
|
help
|
||||||
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
||||||
|
|
||||||
comment "atk requires a toolchain with WCHAR and threading support"
|
comment "atk needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_ATTR
|
|||||||
|
|
||||||
http://savannah.nongnu.org/projects/attr
|
http://savannah.nongnu.org/projects/attr
|
||||||
|
|
||||||
comment "attr requires a toolchain with LARGEFILE support"
|
comment "attr needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_AUDIOFILE
|
|||||||
|
|
||||||
http://www.68k.org/~michael/audiofile/
|
http://www.68k.org/~michael/audiofile/
|
||||||
|
|
||||||
comment "audiofile requires a toolchain with C++ support enabled"
|
comment "audiofile needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -36,5 +36,5 @@ config BR2_PACKAGE_AVAHI_DAEMON
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "avahi requires a toolchain with thread support"
|
comment "avahi needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_AXEL
|
|||||||
|
|
||||||
http://axel.alioth.debian.org/
|
http://axel.alioth.debian.org/
|
||||||
|
|
||||||
comment "axel needs a toolchain with thread support"
|
comment "axel needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -19,5 +19,5 @@ config BR2_PACKAGE_BCUSDK
|
|||||||
|
|
||||||
http://www.auto.tuwien.ac.at/~mkoegler/eib/
|
http://www.auto.tuwien.ac.at/~mkoegler/eib/
|
||||||
|
|
||||||
comment "bcusdk requires a toolchain with C++ support"
|
comment "bcusdk needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -7,8 +7,8 @@ config BR2_PACKAGE_BEECRYPT
|
|||||||
|
|
||||||
http://beecrypt.sf.net
|
http://beecrypt.sf.net
|
||||||
|
|
||||||
comment "beecrypt needs a toolchain with thread support"
|
comment "beecrypt needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
comment "beecrypt C++ support requires a toolchain with WCHAR enabled"
|
comment "beecrypt C++ support needs a toolchain w/ wchar"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -17,5 +17,5 @@ config BR2_PACKAGE_BELLAGIO
|
|||||||
|
|
||||||
http://omxil.sourceforge.net/
|
http://omxil.sourceforge.net/
|
||||||
|
|
||||||
comment "bellagio requires a toolchain with C++, threads and dynamic library support enabled"
|
comment "bellagio needs a toolchain w/ C++, threads, dynamic library"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|
||||||
|
@ -39,5 +39,5 @@ config BR2_PACKAGE_BIND_TOOLS
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "bind requires a toolchain with LARGEFILE and IPV6 support"
|
comment "bind needs a toolchain w/ largefile, IPv6"
|
||||||
depends on !(BR2_LARGEFILE || BR2_INET_IPV6)
|
depends on !(BR2_LARGEFILE || BR2_INET_IPV6)
|
||||||
|
@ -11,5 +11,5 @@ config BR2_PACKAGE_BISON
|
|||||||
|
|
||||||
http://www.gnu.org/software/bison/
|
http://www.gnu.org/software/bison/
|
||||||
|
|
||||||
comment "bison requires a toolchain with WCHAR support"
|
comment "bison needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -11,5 +11,5 @@ config BR2_PACKAGE_BLACKBOX
|
|||||||
|
|
||||||
http://blackboxwm.sourceforge.net/
|
http://blackboxwm.sourceforge.net/
|
||||||
|
|
||||||
comment "blackbox requires a toolchain with C++ support enabled"
|
comment "blackbox needs a toolchain w/ C++"
|
||||||
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
|
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -26,7 +26,7 @@ config BR2_PACKAGE_BLUEZ_UTILS_AUDIO
|
|||||||
help
|
help
|
||||||
Audio support
|
Audio support
|
||||||
|
|
||||||
comment "bluez-utils audio requires a toolchain with LARGEFILE support"
|
comment "bluez-utils audio needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
|
||||||
config BR2_PACKAGE_BLUEZ_UTILS_USB
|
config BR2_PACKAGE_BLUEZ_UTILS_USB
|
||||||
@ -38,5 +38,5 @@ config BR2_PACKAGE_BLUEZ_UTILS_USB
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "bluez-utils require a toolchain with WCHAR and threading support"
|
comment "bluez-utils needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -5,5 +5,5 @@ config BR2_PACKAGE_BMON
|
|||||||
help
|
help
|
||||||
Linux bandwidth monitor
|
Linux bandwidth monitor
|
||||||
|
|
||||||
comment "bmon requires a toolchain with IPv6 support"
|
comment "bmon needs a toolchain w/ IPv6"
|
||||||
depends on !BR2_INET_IPV6
|
depends on !BR2_INET_IPV6
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_BONNIE
|
|||||||
|
|
||||||
http://www.coker.com.au/bonnie++/
|
http://www.coker.com.au/bonnie++/
|
||||||
|
|
||||||
comment "bonnie++ requires a toolchain with C++ support enabled"
|
comment "bonnie++ needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
comment "boost requires a toolchain with C++, large file and thread support enabled"
|
comment "boost needs a toolchain w/ C++, largefile, threads"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_BOOST
|
config BR2_PACKAGE_BOOST
|
||||||
@ -48,7 +48,7 @@ config BR2_PACKAGE_BOOST_LOCALE
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
bool "boost-locale"
|
bool "boost-locale"
|
||||||
|
|
||||||
comment "boost-locale requires a toolchain with wchar support"
|
comment "boost-locale needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_BOOST_MATH
|
config BR2_PACKAGE_BOOST_MATH
|
||||||
|
@ -9,5 +9,5 @@ config BR2_PACKAGE_BOOTUTILS
|
|||||||
|
|
||||||
http://bootutils.pr.linuxrulz.org/
|
http://bootutils.pr.linuxrulz.org/
|
||||||
|
|
||||||
comment "bootutils requires a toolchain with LARGEFILE support"
|
comment "bootutils needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -19,5 +19,5 @@ config BR2_PACKAGE_BUSTLE
|
|||||||
|
|
||||||
http://www.willthompson.co.uk/bustle/
|
http://www.willthompson.co.uk/bustle/
|
||||||
|
|
||||||
comment "bustle requires a toolchain with WCHAR support and threading support"
|
comment "bustle needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -9,5 +9,5 @@ config BR2_PACKAGE_CCID
|
|||||||
|
|
||||||
http://pcsclite.alioth.debian.org/ccid.html
|
http://pcsclite.alioth.debian.org/ccid.html
|
||||||
|
|
||||||
comment "ccid needs a toolchain with thread support"
|
comment "ccid needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -12,5 +12,5 @@ config BR2_PACKAGE_CDRKIT
|
|||||||
|
|
||||||
http://www.cdrkit.org/
|
http://www.cdrkit.org/
|
||||||
|
|
||||||
comment "cdrkit requires a toolchain with LARGEFILE support"
|
comment "cdrkit needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
comment "cegui06 needs a toolchain with C++ and threads"
|
comment "cegui06 needs a toolchain w/ C++, threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
config BR2_PACKAGE_CEGUI06
|
config BR2_PACKAGE_CEGUI06
|
||||||
|
@ -18,10 +18,10 @@ config BR2_CIVETWEB_WITH_LUA
|
|||||||
version of Lua and Sqlite bundled within the Civetweb
|
version of Lua and Sqlite bundled within the Civetweb
|
||||||
sources, and not the packages from Buildroot.
|
sources, and not the packages from Buildroot.
|
||||||
|
|
||||||
comment "Lua support requires largefile support in toolchain"
|
comment "Lua support needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "civetweb requires a toolchain with PTHREAD support"
|
comment "civetweb needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_CLASSPATH
|
|||||||
|
|
||||||
http://classpath.org
|
http://classpath.org
|
||||||
|
|
||||||
comment "classpath requires a toolchain with IPV6 support"
|
comment "classpath needs a toolchain w/ IPv6"
|
||||||
depends on !BR2_INET_IPV6
|
depends on !BR2_INET_IPV6
|
||||||
|
@ -403,7 +403,7 @@ config BR2_PACKAGE_COLLECTD_RRDTOOL
|
|||||||
help
|
help
|
||||||
Writes values to RRD-files.
|
Writes values to RRD-files.
|
||||||
|
|
||||||
comment "rrdtool support requires a toolchain with WCHAR support"
|
comment "rrdtool support needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_RIEMANN
|
config BR2_PACKAGE_COLLECTD_RIEMANN
|
||||||
@ -429,6 +429,6 @@ endmenu
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "collectd needs a toolchain with IPv6 and thread support"
|
comment "collectd needs a toolchain w/ IPv6, threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
|
@ -49,6 +49,6 @@ config BR2_PACKAGE_CONNMAN_CLIENT
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_CONNMAN
|
endif # BR2_PACKAGE_CONNMAN
|
||||||
|
|
||||||
comment "connman needs a toolchain with IPv6, WCHAR, threading and resolver support"
|
comment "connman needs a toolchain w/ IPv6, wchar, threads, resolver"
|
||||||
depends on BR2_UCLIBC_VERSION_0_9_32 || \
|
depends on BR2_UCLIBC_VERSION_0_9_32 || \
|
||||||
!BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
|
!BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -17,7 +17,7 @@ config BR2_PACKAGE_CONNTRACK_TOOLS
|
|||||||
|
|
||||||
http://www.netfilter.org/projects/conntrack-tools/
|
http://www.netfilter.org/projects/conntrack-tools/
|
||||||
|
|
||||||
comment "conntrack-tools requires a toolchain with IPV6, LARGEFILE and threading support"
|
comment "conntrack-tools needs a toolchain w/ IPv6, largefile, threads"
|
||||||
depends on !BR2_INET_IPV6 || \
|
depends on !BR2_INET_IPV6 || \
|
||||||
!BR2_LARGEFILE || \
|
!BR2_LARGEFILE || \
|
||||||
!(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|
!(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|
||||||
|
@ -14,5 +14,5 @@ config BR2_PACKAGE_COREUTILS
|
|||||||
|
|
||||||
http://www.gnu.org/software/coreutils/
|
http://www.gnu.org/software/coreutils/
|
||||||
|
|
||||||
comment "coreutils requires a toolchain with WCHAR support"
|
comment "coreutils needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -28,5 +28,5 @@ config BR2_PACKAGE_CPPCMS_ICU
|
|||||||
Using ICU allows advanced localization features into CppCMS,
|
Using ICU allows advanced localization features into CppCMS,
|
||||||
in another hand ICU is heavier than iconv.
|
in another hand ICU is heavier than iconv.
|
||||||
|
|
||||||
comment "cppcms requires a glibc toolchain with C++ support"
|
comment "cppcms needs a glibc toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC
|
||||||
|
@ -11,6 +11,6 @@ config BR2_PACKAGE_CPPZMQ
|
|||||||
|
|
||||||
http://github.com/zeromq/cppzmq
|
http://github.com/zeromq/cppzmq
|
||||||
|
|
||||||
comment "cppzmq requires a toolchain with C++, IPV6, LARGEFILE and WCHAR support"
|
comment "cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar"
|
||||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
||||||
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
@ -15,5 +15,5 @@ config BR2_PACKAGE_CRDA
|
|||||||
|
|
||||||
http://linuxwireless.org/en/developers/Regulatory/CRDA
|
http://linuxwireless.org/en/developers/Regulatory/CRDA
|
||||||
|
|
||||||
comment "crda requires a toolchain with thread support"
|
comment "crda needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -13,5 +13,5 @@ config BR2_PACKAGE_CRYPTSETUP
|
|||||||
|
|
||||||
https://code.google.com/p/cryptsetup/
|
https://code.google.com/p/cryptsetup/
|
||||||
|
|
||||||
comment "cryptsetup needs largefile and wchar support in toolchain"
|
comment "cryptsetup needs a toolchain w/ largefile, wchar"
|
||||||
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
comment "ctorrent requires a toolchain with C++ support enabled"
|
comment "ctorrent needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
config BR2_PACKAGE_CTORRENT
|
config BR2_PACKAGE_CTORRENT
|
||||||
|
@ -15,7 +15,7 @@ config BR2_PACKAGE_CUPS_PDFTOPS
|
|||||||
help
|
help
|
||||||
Enable pdftops support
|
Enable pdftops support
|
||||||
|
|
||||||
comment "pdftops support requires a toolchain with C++ support enabled"
|
comment "pdftops support needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -17,5 +17,5 @@ config BR2_PACKAGE_CURLFTPFS
|
|||||||
|
|
||||||
http://curlftpfs.sourceforge.net/
|
http://curlftpfs.sourceforge.net/
|
||||||
|
|
||||||
comment "curlftpfs requires a toolchain with LARGEFILE, WCHAR, threading and dynamic library support"
|
comment "curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library"
|
||||||
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|
||||||
|
@ -15,5 +15,5 @@ config BR2_PACKAGE_CVS_SERVER
|
|||||||
help
|
help
|
||||||
Enable cvs server code
|
Enable cvs server code
|
||||||
|
|
||||||
comment "cvs requires a toolchain with WCHAR support"
|
comment "cvs needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -15,6 +15,6 @@ config BR2_PACKAGE_CZMQ
|
|||||||
|
|
||||||
http://czmq.zeromq.org/
|
http://czmq.zeromq.org/
|
||||||
|
|
||||||
comment "czmq requires a toolchain with C++, IPV6, LARGEFILE and WCHAR support"
|
comment "czmq needs a toolchain w/ C++, IPv6, largefile, wchar"
|
||||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
||||||
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
@ -9,6 +9,6 @@ config BR2_PACKAGE_DBUS_GLIB
|
|||||||
|
|
||||||
http://www.freedesktop.org/software/dbus
|
http://www.freedesktop.org/software/dbus
|
||||||
|
|
||||||
comment "dbus-glib requires a toolchain with WCHAR and threading support"
|
comment "dbus-glib needs a toolchain w/ wchar, threads"
|
||||||
depends on BR2_PACKAGE_DBUS && \
|
depends on BR2_PACKAGE_DBUS && \
|
||||||
(!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)
|
(!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
@ -10,6 +10,6 @@ config BR2_PACKAGE_DBUS_PYTHON
|
|||||||
|
|
||||||
http://dbus.freedesktop.org/doc/dbus-python/
|
http://dbus.freedesktop.org/doc/dbus-python/
|
||||||
|
|
||||||
comment "dbus-python requires a toolchain with WCHAR and threading support"
|
comment "dbus-python needs a toolchain w/ wchar, threads"
|
||||||
depends on BR2_PACKAGE_DBUS && BR2_PACKAGE_PYTHON && \
|
depends on BR2_PACKAGE_DBUS && BR2_PACKAGE_PYTHON && \
|
||||||
(!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)
|
(!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
@ -27,5 +27,5 @@ choice
|
|||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
comment "dbus requires a toolchain with thread support"
|
comment "dbus needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -6,5 +6,5 @@ config BR2_PACKAGE_DHCPCD
|
|||||||
|
|
||||||
http://roy.marples.name/downloads/dhcpcd
|
http://roy.marples.name/downloads/dhcpcd
|
||||||
|
|
||||||
comment "dhcpcd requires a toolchain with IPV6 support"
|
comment "dhcpcd needs a toolchain w/ IPv6"
|
||||||
depends on !BR2_INET_IPV6
|
depends on !BR2_INET_IPV6
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_DIFFUTILS
|
|||||||
|
|
||||||
http://www.gnu.org/software/diffutils/diffutils.html
|
http://www.gnu.org/software/diffutils/diffutils.html
|
||||||
|
|
||||||
comment "diffutils requires a toolchain with WCHAR support"
|
comment "diffutils needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -125,5 +125,5 @@ config BR2_PACKAGE_DIRECTFB_TESTS
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_DIRECTFB
|
endif # BR2_PACKAGE_DIRECTFB
|
||||||
|
|
||||||
comment "directfb needs a toolchain with C++ and thread support"
|
comment "directfb needs a toolchain w/ C++, threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_DMRAID
|
|||||||
dmraid uses the Linux device-mapper to create devices with
|
dmraid uses the Linux device-mapper to create devices with
|
||||||
respective mappings for the ATARAID sets discovered.
|
respective mappings for the ATARAID sets discovered.
|
||||||
|
|
||||||
comment "dmraid requires a toolchain with LARGEFILE support"
|
comment "dmraid needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -42,7 +42,7 @@ config BR2_PACKAGE_DNSMASQ_CONNTRACK
|
|||||||
help
|
help
|
||||||
Enable DNS query connection marking in netfilter.
|
Enable DNS query connection marking in netfilter.
|
||||||
|
|
||||||
comment "conntrack marking support requires a toolchain with LARGEFILE support"
|
comment "conntrack marking support needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -10,6 +10,6 @@ config BR2_PACKAGE_DOCKER
|
|||||||
|
|
||||||
http://icculus.org/openbox/2/docker
|
http://icculus.org/openbox/2/docker
|
||||||
|
|
||||||
comment "docker requires a toolchain with WCHAR and threading support"
|
comment "docker needs a toolchain w/ wchar, threads"
|
||||||
depends on BR2_PACKAGE_XORG7 && \
|
depends on BR2_PACKAGE_XORG7 && \
|
||||||
(!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)
|
(!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
@ -27,5 +27,5 @@ config BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "dosfstools requires a toolchain with LARGEFILE and WCHAR support"
|
comment "dosfstools needs a toolchain w/ largefile, wchar"
|
||||||
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
||||||
|
@ -11,5 +11,5 @@ config BR2_PACKAGE_DROPWATCH
|
|||||||
|
|
||||||
https://fedorahosted.org/dropwatch/
|
https://fedorahosted.org/dropwatch/
|
||||||
|
|
||||||
comment "dropwatch requires threading support in toolchain"
|
comment "dropwatch needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -20,5 +20,5 @@ config BR2_PACKAGE_DSTAT
|
|||||||
|
|
||||||
http://dag.wieers.com/home-made/dstat/
|
http://dag.wieers.com/home-made/dstat/
|
||||||
|
|
||||||
comment "dstat requires a toolchain with WCHAR support"
|
comment "dstat needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -16,5 +16,5 @@ config BR2_PACKAGE_DUMA_NO_LEAKDETECTION
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_DUMA
|
endif # BR2_PACKAGE_DUMA
|
||||||
|
|
||||||
comment "duma requires C++ and thread support in toolchain"
|
comment "duma needs a toolchain w/ C++, threads"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -8,7 +8,7 @@ config BR2_PACKAGE_DVB_APPS
|
|||||||
|
|
||||||
if BR2_PACKAGE_DVB_APPS
|
if BR2_PACKAGE_DVB_APPS
|
||||||
|
|
||||||
comment "dvb-apps utils needs a toolchain with LARGEFILE and THREADS support"
|
comment "dvb-apps utils needs a toolchain w/ largefile, threads"
|
||||||
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_DVB_APPS_UTILS
|
config BR2_PACKAGE_DVB_APPS_UTILS
|
||||||
|
@ -21,5 +21,5 @@ config BR2_PACKAGE_DVBSNOOP
|
|||||||
http://dvbsnoop.sourceforge.net
|
http://dvbsnoop.sourceforge.net
|
||||||
http://en.wikipedia.org/wiki/DBox2
|
http://en.wikipedia.org/wiki/DBox2
|
||||||
|
|
||||||
comment "dvbsnoop requires a toolchain with LARGEFILE support"
|
comment "dvbsnoop needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -94,5 +94,5 @@ config BR2_PACKAGE_E2FSPROGS_UUIDGEN
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "e2fsprogs requires a toolchain with LARGEFILE + WCHAR support"
|
comment "e2fsprogs needs a toolchain w/ largefile, wchar"
|
||||||
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_EBTABLES
|
|||||||
|
|
||||||
http://ebtables.sourceforge.net
|
http://ebtables.sourceforge.net
|
||||||
|
|
||||||
comment "ebtables requires a toolchain with IPv6 support"
|
comment "ebtables needs a toolchain w/ IPv6"
|
||||||
depends on !BR2_INET_IPV6
|
depends on !BR2_INET_IPV6
|
||||||
|
@ -24,5 +24,5 @@ source "package/efl/libedbus/Config.in"
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_EFL
|
endif # BR2_PACKAGE_EFL
|
||||||
|
|
||||||
comment "EFL requires WCHAR support in toolchain"
|
comment "EFL needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_EXPEDITE
|
|||||||
DirectFB and so on. Its tests are quite extensive, trying to
|
DirectFB and so on. Its tests are quite extensive, trying to
|
||||||
reproduce real world usage cases.
|
reproduce real world usage cases.
|
||||||
|
|
||||||
comment "expedite requires C++ support in toolchain"
|
comment "expedite needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -23,7 +23,7 @@ config BR2_PACKAGE_LIBEDBUS_BLUEZ
|
|||||||
help
|
help
|
||||||
Bluetooth support.
|
Bluetooth support.
|
||||||
|
|
||||||
comment "bluez support requires a toolchain with WCHAR and threading support"
|
comment "bluez support needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBEDBUS_CONNMAN
|
config BR2_PACKAGE_LIBEDBUS_CONNMAN
|
||||||
@ -39,5 +39,5 @@ config BR2_PACKAGE_LIBEDBUS_NOTIFY
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "libedbus requires a toolchain with thread support"
|
comment "libedbus needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -20,7 +20,7 @@ config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_SVG
|
|||||||
help
|
help
|
||||||
This option enables the Evas generic SVG loader
|
This option enables the Evas generic SVG loader
|
||||||
|
|
||||||
comment "SVG loader requires a toolchain with WCHAR, threading and C++ support"
|
comment "SVG loader needs a toolchain w/ wchar, threads, C++"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
comment "elfutils requires a toolchain with LARGEFILE and WCHAR support"
|
comment "elfutils needs a toolchain w/ largefile, wchar"
|
||||||
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_ELFUTILS
|
config BR2_PACKAGE_ELFUTILS
|
||||||
|
@ -10,6 +10,6 @@ config BR2_PACKAGE_ENCHANT
|
|||||||
|
|
||||||
http://www.abisource.com/projects/enchant/
|
http://www.abisource.com/projects/enchant/
|
||||||
|
|
||||||
comment "enchant requires a toolchain with C++, threading and WCHAR support enabled"
|
comment "enchant needs a toolchain w/ C++, threads, wchar"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS
|
!BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -35,6 +35,6 @@ config BR2_PACKAGE_ENLIGHTENMENT
|
|||||||
|
|
||||||
http://www.enlightenment.org/
|
http://www.enlightenment.org/
|
||||||
|
|
||||||
comment "enlightenment requires WCHAR, C++ and thread support in toolchain"
|
comment "enlightenment needs a toolchain w/ wchar, C++, threads"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_EXFAT_UTILS
|
|||||||
|
|
||||||
http://code.google.com/p/exfat/
|
http://code.google.com/p/exfat/
|
||||||
|
|
||||||
comment "exfat-utils requires a toolchain with LARGEFILE and WCHAR support"
|
comment "exfat-utils needs a toolchain w/ largefile, wchar"
|
||||||
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
||||||
|
@ -12,5 +12,5 @@ config BR2_PACKAGE_EXFAT
|
|||||||
|
|
||||||
http://code.google.com/p/exfat/
|
http://code.google.com/p/exfat/
|
||||||
|
|
||||||
comment "exfat requires a toolchain with LARGEFILE, WCHAR, threads and dynamic library support"
|
comment "exfat needs a toolchain w/ largefile, wchar, threads, dynamic library"
|
||||||
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
|
||||||
|
@ -9,5 +9,5 @@ config BR2_PACKAGE_F2FS_TOOLS
|
|||||||
|
|
||||||
http://sourceforge.net/projects/f2fs-tools/
|
http://sourceforge.net/projects/f2fs-tools/
|
||||||
|
|
||||||
comment "f2fs-tools requires a toolchain with LARGEFILE and WCHAR support"
|
comment "f2fs-tools needs a toolchain w/ largefile, wchar"
|
||||||
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
||||||
|
@ -9,5 +9,5 @@ config BR2_PACKAGE_FBTERM
|
|||||||
|
|
||||||
http://code.google.com/p/fbterm/
|
http://code.google.com/p/fbterm/
|
||||||
|
|
||||||
comment "fbterm requires a toolchain with C++, WCHAR and locale support"
|
comment "fbterm needs a toolchain w/ C++, wchar, locale"
|
||||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
||||||
|
@ -13,5 +13,5 @@ config BR2_PACKAGE_FDK_AAC
|
|||||||
|
|
||||||
http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
|
http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
|
||||||
|
|
||||||
comment "fdk-aac requires a toolchain with C++ support"
|
comment "fdk-aac needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
comment "ffmpeg requires a toolchain with LARGEFILE and IPV6 support"
|
comment "ffmpeg needs a toolchain w/ largefile, IPv6"
|
||||||
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|
||||||
|
|
||||||
menuconfig BR2_PACKAGE_FFMPEG
|
menuconfig BR2_PACKAGE_FFMPEG
|
||||||
|
@ -17,6 +17,6 @@ config BR2_PACKAGE_FILEMQ
|
|||||||
|
|
||||||
http://github.com/zeromq/filemq
|
http://github.com/zeromq/filemq
|
||||||
|
|
||||||
comment "filemq requires a toolchain with C++, IPv6, LARGEFILE, WCHAR & thread support"
|
comment "filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
|
||||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
||||||
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
@ -8,5 +8,5 @@ config BR2_PACKAGE_FINDUTILS
|
|||||||
|
|
||||||
http://www.gnu.org/software/findutils/findutils.html
|
http://www.gnu.org/software/findutils/findutils.html
|
||||||
|
|
||||||
comment "findutils requires a toolchain with WCHAR support"
|
comment "findutils needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_FLASHBENCH
|
|||||||
|
|
||||||
https://wiki.linaro.org/WorkingGroups/KernelConsolidation/Projects/FlashCardSurvey
|
https://wiki.linaro.org/WorkingGroups/KernelConsolidation/Projects/FlashCardSurvey
|
||||||
|
|
||||||
comment "flashbench requires a toolchain with LARGEFILE support"
|
comment "flashbench needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -18,5 +18,5 @@ config BR2_PACKAGE_FLEX_BINARY
|
|||||||
help
|
help
|
||||||
Install the flex binary tool in the target filesystem.
|
Install the flex binary tool in the target filesystem.
|
||||||
|
|
||||||
comment "flex binary requires a toolchain with WCHAR support"
|
comment "flex binary needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -11,5 +11,5 @@ config BR2_PACKAGE_FLTK
|
|||||||
|
|
||||||
http://www.fltk.org/
|
http://www.fltk.org/
|
||||||
|
|
||||||
comment "fltk requires a toolchain with C++ support enabled"
|
comment "fltk needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7
|
depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7
|
||||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_FLUXBOX
|
|||||||
|
|
||||||
http://fluxbox.org
|
http://fluxbox.org
|
||||||
|
|
||||||
comment "fluxbox requires a toolchain with C++ support enabled"
|
comment "fluxbox needs a toolchain w/ C++"
|
||||||
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
|
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
comment "foomatic-filters requires a toolchain with support for THREADS"
|
comment "foomatic-filters needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_FOOMATIC_FILTERS
|
config BR2_PACKAGE_FOOMATIC_FILTERS
|
||||||
|
@ -17,5 +17,5 @@ config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
|
|||||||
Select this to have gadgetfs-test do asynchronous I/O using
|
Select this to have gadgetfs-test do asynchronous I/O using
|
||||||
the libaio library.
|
the libaio library.
|
||||||
|
|
||||||
comment "gadgetfs-test requires thread support in toolchain"
|
comment "gadgetfs-test needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -8,5 +8,5 @@ config BR2_PACKAGE_GAMIN
|
|||||||
|
|
||||||
http://www.gnome.org/~veillard/gamin/sources
|
http://www.gnome.org/~veillard/gamin/sources
|
||||||
|
|
||||||
comment "gamin requires a toolchain with WCHAR and threading support"
|
comment "gamin needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_GAWK
|
|||||||
|
|
||||||
http://www.gnu.org/software/gawk/
|
http://www.gnu.org/software/gawk/
|
||||||
|
|
||||||
comment "gawk requires a toolchain with WCHAR support"
|
comment "gawk needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
comment "gdb/gdbserver require a toolchain with thread and thread debug support"
|
comment "gdb/gdbserver needs a toolchain w/ threads, threads debug"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
||||||
|
|
||||||
config BR2_PACKAGE_GDB
|
config BR2_PACKAGE_GDB
|
||||||
@ -41,7 +41,7 @@ config BR2_PACKAGE_GDB_DEBUGGER
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin
|
depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin
|
||||||
|
|
||||||
comment "full gdb on target needs WCHAR support in toolchain"
|
comment "full gdb on target needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_GDK_PIXBUF
|
|||||||
|
|
||||||
http://www.gtk.org/
|
http://www.gtk.org/
|
||||||
|
|
||||||
comment "gdk-pixbuf depends on toolchain with WCHAR and threading support"
|
comment "gdk-pixbuf needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -9,5 +9,5 @@ config BR2_PACKAGE_GENEXT2FS
|
|||||||
|
|
||||||
http://genext2fs.sourceforge.net/
|
http://genext2fs.sourceforge.net/
|
||||||
|
|
||||||
comment "genext2fs requires a toolchain with LARGEFILE support"
|
comment "genext2fs needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -13,5 +13,5 @@ config BR2_PACKAGE_GESFTPSERVER
|
|||||||
|
|
||||||
http://www.greenend.org.uk/rjk/sftpserver/
|
http://www.greenend.org.uk/rjk/sftpserver/
|
||||||
|
|
||||||
comment "gesftpserver requires a toolchain with WCHAR and threads support"
|
comment "gesftpserver needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -24,5 +24,5 @@ config BR2_PACKAGE_GETTEXT_TOOLS
|
|||||||
the target filesystem. This is typically not useful for
|
the target filesystem. This is typically not useful for
|
||||||
correct operation of programs.
|
correct operation of programs.
|
||||||
|
|
||||||
comment "gettext requires a toolchain with WCHAR support"
|
comment "gettext needs a toolchain w/ wchar"
|
||||||
depends on BR2_NEEDS_GETTEXT && !BR2_USE_WCHAR
|
depends on BR2_NEEDS_GETTEXT && !BR2_USE_WCHAR
|
||||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_GIT
|
|||||||
|
|
||||||
http://git-scm.com
|
http://git-scm.com
|
||||||
|
|
||||||
comment "git requires a toolchain with LARGEFILE support"
|
comment "git needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_GLIB_NETWORKING
|
|||||||
help
|
help
|
||||||
Network-related GIO modules for glib.
|
Network-related GIO modules for glib.
|
||||||
|
|
||||||
comment "glib-networking requires a toolchain with WCHAR and threading support"
|
comment "glib-networking needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -10,6 +10,6 @@ config BR2_PACKAGE_GLIBMM
|
|||||||
|
|
||||||
http://www.gtkmm.org/
|
http://www.gtkmm.org/
|
||||||
|
|
||||||
comment "glibmm requires a toolchain with C++, WCHAR, and threading support"
|
comment "glibmm needs a toolchain w/ C++, wchar, threads"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS
|
!BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -20,6 +20,6 @@ config BR2_PACKAGE_GMPC
|
|||||||
|
|
||||||
http://gmpcwiki.sarine.nl/index.php?title=GMPC
|
http://gmpcwiki.sarine.nl/index.php?title=GMPC
|
||||||
|
|
||||||
comment "gmpc requires a toolchain with WCHAR and threading support"
|
comment "gmpc needs a toolchain w/ wchar, threads"
|
||||||
depends on BR2_PACKAGE_LIBGTK2 && !BR2_USE_WCHAR || \
|
depends on BR2_PACKAGE_LIBGTK2 && !BR2_USE_WCHAR || \
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS
|
!BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_GNUCHESS
|
|||||||
|
|
||||||
http://ftp.gnu.org/pub/gnu/chess
|
http://ftp.gnu.org/pub/gnu/chess
|
||||||
|
|
||||||
comment "gnuchess requires a toolchain with thread support"
|
comment "gnuchess needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -15,5 +15,5 @@ config BR2_PACKAGE_GNUTLS_TOOLS
|
|||||||
help
|
help
|
||||||
Install GnuTLS command line tools for various cryptographic tasks.
|
Install GnuTLS command line tools for various cryptographic tasks.
|
||||||
|
|
||||||
comment "gnutls requires a toolchain with WCHAR support"
|
comment "gnutls needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -13,5 +13,5 @@ config BR2_PACKAGE_GOB2
|
|||||||
|
|
||||||
http://www.jirka.org/gob.html
|
http://www.jirka.org/gob.html
|
||||||
|
|
||||||
comment "gob2 requires a toolchain with WCHAR support"
|
comment "gob2 needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -6,5 +6,5 @@ config BR2_PACKAGE_GPERF
|
|||||||
|
|
||||||
http://www.gnu.org/software/gperf/
|
http://www.gnu.org/software/gperf/
|
||||||
|
|
||||||
comment "gperf requires a toolchain with C++ support enabled"
|
comment "gperf needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
comment "gpsd needs a toolchain with thread support"
|
comment "gpsd needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD
|
config BR2_PACKAGE_GPSD
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
comment "gptfdisk requires a toolchain with LARGEFILE/WCHAR/C++ support enabled"
|
comment "gptfdisk needs a toolchain w/ largefile, wchar, C++"
|
||||||
depends on !(BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)
|
depends on !(BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)
|
||||||
|
|
||||||
config BR2_PACKAGE_GPTFDISK
|
config BR2_PACKAGE_GPTFDISK
|
||||||
|
@ -7,5 +7,5 @@ config BR2_PACKAGE_GREP
|
|||||||
|
|
||||||
http://www.gnu.org/software/grep/grep.html
|
http://www.gnu.org/software/grep/grep.html
|
||||||
|
|
||||||
comment "grep needs a toolchain with WCHAR support"
|
comment "grep needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -13,5 +13,5 @@ config BR2_PACKAGE_GST_FFMPEG
|
|||||||
|
|
||||||
http://gstreamer.freedesktop.org/
|
http://gstreamer.freedesktop.org/
|
||||||
|
|
||||||
comment "gst-ffmpeg requires a toolchain with LARGEFILE and IPV6 support"
|
comment "gst-ffmpeg needs a toolchain w/ largefile, IPv6"
|
||||||
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|
||||||
|
@ -61,7 +61,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DECKLINK
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
bool "decklink"
|
bool "decklink"
|
||||||
|
|
||||||
comment "decklink requires a toolchain with C++ support enabled"
|
comment "decklink needs a toolchain w/ C++"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DTMF
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DTMF
|
||||||
@ -281,7 +281,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIBMMS
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libmms -> libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libmms -> libglib2
|
||||||
select BR2_PACKAGE_LIBMMS
|
select BR2_PACKAGE_LIBMMS
|
||||||
|
|
||||||
comment "libmms requires a toolchain with WCHAR and threading support"
|
comment "libmms needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MUSEPACK
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_MUSEPACK
|
||||||
@ -303,7 +303,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # librsvg -> libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # librsvg -> libglib2
|
||||||
select BR2_PACKAGE_LIBRSVG
|
select BR2_PACKAGE_LIBRSVG
|
||||||
|
|
||||||
comment "rsvg plugin requires a toolchain with C++, WCHAR, and threading support"
|
comment "rsvg plugin needs a toolchain w/ C++, wchar, threads"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS
|
!BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
@ -316,7 +316,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SNDFILE
|
|||||||
select BR2_PACKAGE_LIBSNDFILE
|
select BR2_PACKAGE_LIBSNDFILE
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
|
||||||
comment "gst-plugins-bad-plugin-sndfile requires a toolchain with LARGEFILE support"
|
comment "gst-plugins-bad-plugin-sndfile needs a toolchain w/ largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user