package/a*/Config.in: fix ordering of statements

The check-package script when ran gives warnings on ordering issues
on all of these Config files.  This patch cleans up all warnings
related to the ordering in the Config files for packages starting with
the letter a in the package directory.

The appropriate ordering is: type, default, depends on, select, help
See http://nightly.buildroot.org/#_config_files for more information.

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Adam Duskett 2017-04-22 13:17:48 -04:00 committed by Thomas Petazzoni
parent 49d907e39a
commit 7b493e411f
12 changed files with 26 additions and 26 deletions

View File

@ -1,9 +1,9 @@
config BR2_PACKAGE_AGENTPP config BR2_PACKAGE_AGENTPP
bool "agent++" bool "agent++"
select BR2_PACKAGE_SNMPPP
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS # snmp++ depends on BR2_TOOLCHAIN_HAS_THREADS # snmp++
depends on !BR2_STATIC_LIBS # snmp++ depends on !BR2_STATIC_LIBS # snmp++
select BR2_PACKAGE_SNMPPP
help help
AGENT++ is a set of C++ classes which provides a complete protocol AGENT++ is a set of C++ classes which provides a complete protocol
engine and dispatch table for the development of SNMP agents. engine and dispatch table for the development of SNMP agents.

View File

@ -1,12 +1,12 @@
config BR2_PACKAGE_AIRCRACK_NG config BR2_PACKAGE_AIRCRACK_NG
bool "aircrack-ng" bool "aircrack-ng"
depends on BR2_USE_MMU # uses fork() depends on BR2_USE_MMU # uses fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
# libnl has issues when linking statically # libnl has issues when linking statically
# they need fixing in libnl itself # they need fixing in libnl itself
select BR2_PACKAGE_LIBNL if !BR2_STATIC_LIBS select BR2_PACKAGE_LIBNL if !BR2_STATIC_LIBS
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
depends on BR2_TOOLCHAIN_HAS_THREADS
help help
A set of tools for auditing wireless networks A set of tools for auditing wireless networks

View File

@ -3,15 +3,15 @@ comment "alsa-lib needs a toolchain w/ threads"
menuconfig BR2_PACKAGE_ALSA_LIB menuconfig BR2_PACKAGE_ALSA_LIB
bool "alsa-lib" bool "alsa-lib"
# Temporary until
# https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913
# is fixed
select BR2_PACKAGE_ALSA_LIB_PCM
# Even though some parts of alsa-lib use threads only when # Even though some parts of alsa-lib use threads only when
# available, some PCM plugins use them unconditionally. Since # available, some PCM plugins use them unconditionally. Since
# the usage of alsa-lib on no-thread systems is pretty # the usage of alsa-lib on no-thread systems is pretty
# unlikely, just require thread support globally for alsa-lib. # unlikely, just require thread support globally for alsa-lib.
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
# Temporary until
# https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913
# is fixed
select BR2_PACKAGE_ALSA_LIB_PCM
help help
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system. functionality to the Linux operating system.
@ -68,8 +68,8 @@ config BR2_PACKAGE_ALSA_LIB_SEQ
config BR2_PACKAGE_ALSA_LIB_ALISP config BR2_PACKAGE_ALSA_LIB_ALISP
bool "alisp" bool "alisp"
depends on BR2_USE_MMU
default y default y
depends on BR2_USE_MMU
config BR2_PACKAGE_ALSA_LIB_OLD_SYMBOLS config BR2_PACKAGE_ALSA_LIB_OLD_SYMBOLS
bool "old-symbols" bool "old-symbols"

View File

@ -33,10 +33,10 @@ config BR2_PACKAGE_ALSA_UTILS_ALSALOOP
config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER
bool "alsamixer" bool "alsamixer"
default y
depends on BR2_USE_WCHAR
select BR2_PACKAGE_NCURSES select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_ALSA_LIB_MIXER select BR2_PACKAGE_ALSA_LIB_MIXER
depends on BR2_USE_WCHAR
default y
comment "alsamixer needs a toolchain w/ wchar" comment "alsamixer needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR depends on !BR2_USE_WCHAR

View File

@ -1,13 +1,13 @@
config BR2_PACKAGE_ALSAMIXERGUI config BR2_PACKAGE_ALSAMIXERGUI
bool "alsamixergui"
depends on BR2_PACKAGE_XORG7 depends on BR2_PACKAGE_XORG7
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fltk fork() depends on BR2_USE_MMU # fltk fork()
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
select BR2_PACKAGE_FLTK select BR2_PACKAGE_FLTK
select BR2_PACKAGE_ALSA_LIB select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_ALSA_LIB_PCM select BR2_PACKAGE_ALSA_LIB_PCM
select BR2_PACKAGE_ALSA_LIB_MIXER select BR2_PACKAGE_ALSA_LIB_MIXER
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
bool "alsamixergui"
help help
A nice GUI mixer for Alsa using fltk A nice GUI mixer for Alsa using fltk

View File

@ -34,13 +34,13 @@ config BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT_GOOD_KERNEL_HEADERS
config BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT config BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT
bool "fastboot" bool "fastboot"
select BR2_PACKAGE_LIBSELINUX
select BR2_PACKAGE_ZLIB
depends on BR2_TOOLCHAIN_HAS_THREADS # libselinux depends on BR2_TOOLCHAIN_HAS_THREADS # libselinux
depends on !BR2_STATIC_LIBS # libselinux depends on !BR2_STATIC_LIBS # libselinux
depends on BR2_TOOLCHAIN_USES_GLIBC # libselinux depends on BR2_TOOLCHAIN_USES_GLIBC # libselinux
depends on !BR2_arc # libselinux depends on !BR2_arc # libselinux
depends on BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT_GOOD_KERNEL_HEADERS depends on BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT_GOOD_KERNEL_HEADERS
select BR2_PACKAGE_LIBSELINUX
select BR2_PACKAGE_ZLIB
help help
This option will build and install the fastboot utility for This option will build and install the fastboot utility for
the target, which can be used to reflash other target devices the target, which can be used to reflash other target devices

View File

@ -1,10 +1,10 @@
config BR2_PACKAGE_APACHE config BR2_PACKAGE_APACHE
bool "apache" bool "apache"
select BR2_PACKAGE_APR_UTIL
select BR2_PACKAGE_PCRE
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # apr depends on BR2_USE_MMU # apr
select BR2_PACKAGE_APR_UTIL
select BR2_PACKAGE_PCRE
help help
The Apache HTTP Server Project is an effort to develop and maintain an The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems including UNIX open-source HTTP server for modern operating systems including UNIX

View File

@ -1,10 +1,10 @@
config BR2_PACKAGE_APR_UTIL config BR2_PACKAGE_APR_UTIL
bool "apr-util" bool "apr-util"
select BR2_PACKAGE_APR
select BR2_PACKAGE_EXPAT
# apr really needs shared library support # apr really needs shared library support
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # apr depends on BR2_USE_MMU # apr
select BR2_PACKAGE_APR
select BR2_PACKAGE_EXPAT
help help
The utility library for the apache runtime project The utility library for the apache runtime project

View File

@ -1,9 +1,9 @@
config BR2_PACKAGE_ATK config BR2_PACKAGE_ATK
bool "atk" bool "atk"
select BR2_PACKAGE_LIBGLIB2
depends on BR2_USE_WCHAR # glib2 depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
depends on BR2_USE_MMU # glib2 depends on BR2_USE_MMU # glib2
select BR2_PACKAGE_LIBGLIB2
help help
The ATK accessibility toolkit, needed to build GTK+-2.x. The ATK accessibility toolkit, needed to build GTK+-2.x.

View File

@ -1,13 +1,13 @@
config BR2_PACKAGE_ATKMM config BR2_PACKAGE_ATKMM
bool "atkmm" bool "atkmm"
select BR2_PACKAGE_ATK
select BR2_PACKAGE_GLIBMM
select BR2_PACKAGE_LIBSIGC
depends on BR2_INSTALL_LIBSTDCPP # glibmm depends on BR2_INSTALL_LIBSTDCPP # glibmm
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
depends on BR2_TOOLCHAIN_HAS_THREADS # atk/glibmm -> libglib2 depends on BR2_TOOLCHAIN_HAS_THREADS # atk/glibmm -> libglib2
depends on BR2_USE_MMU # atk/glibmm -> libglib2 depends on BR2_USE_MMU # atk/glibmm -> libglib2
depends on BR2_USE_WCHAR # atk/glibmm -> libglib2 depends on BR2_USE_WCHAR # atk/glibmm -> libglib2
select BR2_PACKAGE_ATK
select BR2_PACKAGE_GLIBMM
select BR2_PACKAGE_LIBSIGC
help help
The atkmm package is a set of C++ bindings for Atk. The atkmm package is a set of C++ bindings for Atk.

View File

@ -1,14 +1,14 @@
config BR2_PACKAGE_AVRDUDE config BR2_PACKAGE_AVRDUDE
bool "avrdude" bool "avrdude"
select BR2_PACKAGE_ELFUTILS
select BR2_PACKAGE_LIBUSB
select BR2_PACKAGE_LIBUSB_COMPAT
select BR2_PACKAGE_NCURSES
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_WCHAR # elfutils depends on BR2_USE_WCHAR # elfutils
depends on !BR2_STATIC_LIBS # elfutils depends on !BR2_STATIC_LIBS # elfutils
depends on !BR2_bfin # elfutils depends on !BR2_bfin # elfutils
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
select BR2_PACKAGE_ELFUTILS
select BR2_PACKAGE_LIBUSB
select BR2_PACKAGE_LIBUSB_COMPAT
select BR2_PACKAGE_NCURSES
help help
avrdude is a programmer for Atmel AVR microcontrollers avrdude is a programmer for Atmel AVR microcontrollers
this package provides a version with new linuxspi driver this package provides a version with new linuxspi driver

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_AXEL config BR2_PACKAGE_AXEL
bool "axel" bool "axel"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help help
HTTP/FTP download accelerator. HTTP/FTP download accelerator.