package/r*/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 r 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:18:04 -04:00 committed by Thomas Petazzoni
parent cf1c12bdba
commit 2db9d93282
4 changed files with 8 additions and 9 deletions

View file

@ -1,10 +1,10 @@
config BR2_PACKAGE_RDESKTOP config BR2_PACKAGE_RDESKTOP
bool "rdesktop" bool "rdesktop"
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXT select BR2_PACKAGE_XLIB_LIBXT
depends on BR2_PACKAGE_XORG7
help help
rdesktop is an open source client for Windows NT Terminal rdesktop is an open source client for Windows NT Terminal
Server and Windows 2000/2003 Terminal Services, capable of Server and Windows 2000/2003 Terminal Services, capable of

View file

@ -3,9 +3,8 @@ config BR2_PACKAGE_RPCBIND
# We really need libtirpc and can't work with the native RPC # We really need libtirpc and can't work with the native RPC
# implementation of toolchains. # implementation of toolchains.
depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBTIRPC select BR2_PACKAGE_LIBTIRPC
# fork()
depends on BR2_USE_MMU
help help
The rpcbind utility is a server that converts RPC program numbers The rpcbind utility is a server that converts RPC program numbers
into universal addresses. into universal addresses.

View file

@ -47,8 +47,8 @@ config BR2_PACKAGE_RPI_FIRMWARE_BOOT
config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
bool "Install Device Tree Blobs (DTBs)" bool "Install Device Tree Blobs (DTBs)"
depends on !BR2_LINUX_KERNEL_DTS_SUPPORT
default y default y
depends on !BR2_LINUX_KERNEL_DTS_SUPPORT
help help
If you are using a Linux kernel <= 3.18, you should say 'y' here. If you are using a Linux kernel <= 3.18, you should say 'y' here.
@ -58,9 +58,9 @@ config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS
bool "Install DTB overlays" bool "Install DTB overlays"
default y
depends on BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS \ depends on BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS \
|| BR2_LINUX_KERNEL_DTS_SUPPORT || BR2_LINUX_KERNEL_DTS_SUPPORT
default y
help help
Say 'y' here if you need to load one or more of the DTB overlays, Say 'y' here if you need to load one or more of the DTB overlays,
to support HATs (Hardware Attached on Top, add-on modules). to support HATs (Hardware Attached on Top, add-on modules).

View file

@ -1,9 +1,5 @@
config BR2_PACKAGE_RSYSLOG config BR2_PACKAGE_RSYSLOG
bool "rsyslog" bool "rsyslog"
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LIBESTR
select BR2_PACKAGE_LIBLOGGING
select BR2_PACKAGE_LIBFASTJSON
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
depends on !BR2_STATIC_LIBS # modules depends on !BR2_STATIC_LIBS # modules
@ -12,6 +8,10 @@ config BR2_PACKAGE_RSYSLOG
# even though rsyslog already depends on threads for itself: # even though rsyslog already depends on threads for itself:
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LIBESTR
select BR2_PACKAGE_LIBLOGGING
select BR2_PACKAGE_LIBFASTJSON
help help
Rsyslog is a powerful and flexible syslog implementation Rsyslog is a powerful and flexible syslog implementation