Browse Source

package/*/Config.in: fix property order warning of check-package

This commit fixes the ordering of the Config.in option properties, as
reported by check-package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 7 years ago
parent
commit
1610200e78

+ 1 - 1
package/dfu-util/Config.in

@@ -1,7 +1,7 @@
 config BR2_PACKAGE_DFU_UTIL
 	bool "dfu-util"
-	select BR2_PACKAGE_LIBUSB
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	select BR2_PACKAGE_LIBUSB
 	help
 	  Dfu-util is the host side implementation of the DFU 1.0
 	  specification of the USB forum. DFU is intended to download

+ 1 - 1
package/gettext/Config.in

@@ -16,8 +16,8 @@ if BR2_PACKAGE_GETTEXT
 
 config BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL
 	bool
-	depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
 	default y if BR2_SYSTEM_ENABLE_NLS
+	depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
 
 endif
 

+ 1 - 1
package/gstreamer1/gst1-imx/Config.in

@@ -87,8 +87,8 @@ config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC
 
 config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK
 	bool "imxv4l2videosink"
-	select BR2_PACKAGE_GST1_PLUGINS_BAD
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 # V4L2_COLORSPACE_DEFAULT
+	select BR2_PACKAGE_GST1_PLUGINS_BAD
 	help
 	  Elements for V4L2 output
 

+ 1 - 1
package/ifupdown-scripts/Config.in

@@ -1,7 +1,7 @@
 config BR2_PACKAGE_IFUPDOWN_SCRIPTS
 	bool "ifupdown scripts"
-	depends on !BR2_PACKAGE_SYSTEMD_NETWORKD
 	default y if BR2_ROOTFS_SKELETON_DEFAULT
+	depends on !BR2_PACKAGE_SYSTEMD_NETWORKD
 	help
 	  Set of scripts used by ifupdown (either the standalone one,
 	  or the busybox one) to bring network up, or tear it down.

+ 3 - 3
package/luajit/Config.in

@@ -1,13 +1,13 @@
 config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
 	bool
-	# -m32 flag is used for 32bit builds and host-luajit has
-	# limited architecture support
-	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
 	default y if BR2_i386 || \
 		(BR2_x86_64 && BR2_HOSTARCH='x86_64') || \
 		BR2_powerpc || BR2_arm || BR2_armeb || \
 		((BR2_mips || BR2_mipsel) && !BR2_MIPS_SOFT_FLOAT && \
 		!BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6)
+	# -m32 flag is used for 32bit builds and host-luajit has
+	# limited architecture support
+	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
 
 config BR2_PACKAGE_LUAJIT
 	bool "luajit"

+ 1 - 1
package/lvm2/Config.in

@@ -25,9 +25,9 @@ if BR2_PACKAGE_LVM2
 
 config BR2_PACKAGE_LVM2_STANDARD_INSTALL
 	bool "standard install instead of only dmsetup"
+	default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
 	# http://lists.busybox.net/pipermail/buildroot/2016-August/170592.html
 	depends on !BR2_TOOLCHAIN_USES_MUSL
-	default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
 	help
 	  Install the standard suite of lvm2 programs. When this option
 	  is not set, only dmsetup is installed.

+ 1 - 1
package/qt5/qt5charts/Config.in

@@ -3,10 +3,10 @@ comment "qt5charts needs at least qt-5.7"
 
 config BR2_PACKAGE_QT5CHARTS
 	bool "qt5charts"
+	depends on BR2_PACKAGE_QT5_VERSION_LATEST
 	select BR2_PACKAGE_QT5BASE
 	select BR2_PACKAGE_QT5BASE_GUI
 	select BR2_PACKAGE_QT5BASE_WIDGETS
-	depends on BR2_PACKAGE_QT5_VERSION_LATEST
 	help
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.

+ 1 - 1
package/selinux-python/Config.in

@@ -1,10 +1,10 @@
 menuconfig BR2_PACKAGE_SELINUX_PYTHON
 	bool "selinux-python"
-	select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON
 	depends on BR2_USE_MMU
 	depends on BR2_USE_WCHAR
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on !BR2_STATIC_LIBS
+	select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON
 	help
 	  A set of SELinux tools written in python that help with
 	  managing a system with SELinux enabled. If no packages are