package/b*/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 b 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:49 -04:00 committed by Thomas Petazzoni
parent 7b493e411f
commit 48bd50287f
8 changed files with 12 additions and 12 deletions

View file

@ -32,8 +32,8 @@ if BR2_PACKAGE_BANDWIDTHD
config BR2_PACKAGE_BANDWIDTHD_POSTGRESQL config BR2_PACKAGE_BANDWIDTHD_POSTGRESQL
bool "enable postgresql log target support" bool "enable postgresql log target support"
select BR2_PACKAGE_POSTGRESQL
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_POSTGRESQL
help help
Enable support for logging the bandwidthd data to a remote Enable support for logging the bandwidthd data to a remote
(or local) postgresql server. This data can then be viewed (or local) postgresql server. This data can then be viewed

View file

@ -1,10 +1,10 @@
config BR2_PACKAGE_BASH config BR2_PACKAGE_BASH
bool "bash" bool "bash"
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
# uses fork() # uses fork()
depends on BR2_USE_MMU depends on BR2_USE_MMU
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
help help
The standard GNU Bourne again shell. The standard GNU Bourne again shell.

View file

@ -1,8 +1,8 @@
config BR2_PACKAGE_BINUTILS config BR2_PACKAGE_BINUTILS
bool "binutils" bool "binutils"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
depends on !BR2_nios2 depends on !BR2_nios2
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help help
Install binutils on the target Install binutils on the target

View file

@ -2,8 +2,8 @@ comment "Binutils Options"
choice choice
prompt "Binutils Version" prompt "Binutils Version"
depends on !BR2_arc
default BR2_BINUTILS_VERSION_2_27_X default BR2_BINUTILS_VERSION_2_27_X
depends on !BR2_arc
help help
Select the version of binutils you wish to use. Select the version of binutils you wish to use.

View file

@ -29,8 +29,8 @@ if BR2_PACKAGE_BLUEZ5_UTILS
config BR2_PACKAGE_BLUEZ5_UTILS_OBEX config BR2_PACKAGE_BLUEZ5_UTILS_OBEX
bool "build OBEX support" bool "build OBEX support"
select BR2_PACKAGE_LIBICAL
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_LIBICAL
help help
Enable the OBEX support in Bluez 5.x. Enable the OBEX support in Bluez 5.x.

View file

@ -115,9 +115,9 @@ config BR2_PACKAGE_BOOST_MATH
bool "boost-math" bool "boost-math"
config BR2_PACKAGE_BOOST_METAPARSE config BR2_PACKAGE_BOOST_METAPARSE
bool "boost-metaparse"
depends on BR2_USE_MMU # boost-test depends on BR2_USE_MMU # boost-test
select BR2_PACKAGE_BOOST_TEST select BR2_PACKAGE_BOOST_TEST
bool "boost-metaparse"
config BR2_PACKAGE_BOOST_MPI config BR2_PACKAGE_BOOST_MPI
bool "boost-mpi" bool "boost-mpi"
@ -126,8 +126,8 @@ config BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
bool "boost-program_options" bool "boost-program_options"
config BR2_PACKAGE_BOOST_PYTHON config BR2_PACKAGE_BOOST_PYTHON
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
bool "boost-python" bool "boost-python"
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
config BR2_PACKAGE_BOOST_RANDOM config BR2_PACKAGE_BOOST_RANDOM
bool "boost-random" bool "boost-random"

View file

@ -1,11 +1,11 @@
config BR2_PACKAGE_BUSTLE config BR2_PACKAGE_BUSTLE
bool "bustle" bool "bustle"
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBGLIB2
depends on BR2_USE_WCHAR # libglib2 depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2 depends on BR2_USE_MMU # libglib2
depends on BR2_PACKAGE_DBUS # runtime depends on BR2_PACKAGE_DBUS # runtime
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBGLIB2
help help
Bustle is a better dbus-monitor! It records and draws Bustle is a better dbus-monitor! It records and draws
sequence diagrams of D-Bus activity, showing signal sequence diagrams of D-Bus activity, showing signal

View file

@ -35,12 +35,12 @@ config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
by busybox. by busybox.
config BR2_PACKAGE_BUSYBOX_SELINUX config BR2_PACKAGE_BUSYBOX_SELINUX
select BR2_PACKAGE_LIBSELINUX bool "Enable SELinux support"
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_USES_GLIBC depends on BR2_TOOLCHAIN_USES_GLIBC
depends on !BR2_arc depends on !BR2_arc
bool "Enable SELinux support" select BR2_PACKAGE_LIBSELINUX
help help
Enable SELinux support in BusyBox. Please note that Enable SELinux support in BusyBox. Please note that
depending on your BusyBox configuration and the SELinux depending on your BusyBox configuration and the SELinux