]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/*/Config.in: fix property order warning of check-package
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 18 Dec 2017 08:24:38 +0000 (09:24 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 18 Dec 2017 08:24:38 +0000 (09:24 +0100)
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>
package/dfu-util/Config.in
package/gettext/Config.in
package/gstreamer1/gst1-imx/Config.in
package/ifupdown-scripts/Config.in
package/luajit/Config.in
package/lvm2/Config.in
package/qt5/qt5charts/Config.in
package/selinux-python/Config.in

index 2f45fcd6b73c31bd3ef1b035f746469faa32e401..201c8a7cfd1f818f0942ea5b79bf7b3cc711e4a0 100644 (file)
@@ -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
index 60f8d4fdc84075086469b04eefae21b3000b068e..e55663b1d753971084edb6adbf292c936f39e2a3 100644 (file)
@@ -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
 
index f64ed71bc029c0cc5e555a582e86607ff1b73f44..e4cee05b90e346f11541f06db55c8d467d968afd 100644 (file)
@@ -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
 
index 9cd03950f6de568dc1e156dd3932e597fddd988e..2f4b0d54674778030c3dbc919087dffb0d3aee62 100644 (file)
@@ -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.
index 6b9c6e6ae84ab392b2e6754c95b517fbbe406e8e..7e792c53c444d44694fd8d8a4a945bedee57192f 100644 (file)
@@ -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"
index 2fa3fc134ebde88137b7d412cb5194e782ce5021..0dd6d53b4aeb1660e1aff71934edc3e56a06cf2a 100644 (file)
@@ -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.
index 4a6c35663a3569bab46436b72a19b1ca23a80015..78f08fe63798079311bb1c93ef716f774adc587d 100644 (file)
@@ -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++.
index e453450264f34db5b7281a180bb9d7a6fb30cdcb..b9fab9aaa196e96c7d627f6e35a872d8f39d3631 100644 (file)
@@ -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