mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
2277fdeca8
commit
1610200e78
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_DFU_UTIL
|
config BR2_PACKAGE_DFU_UTIL
|
||||||
bool "dfu-util"
|
bool "dfu-util"
|
||||||
select BR2_PACKAGE_LIBUSB
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
select BR2_PACKAGE_LIBUSB
|
||||||
help
|
help
|
||||||
Dfu-util is the host side implementation of the DFU 1.0
|
Dfu-util is the host side implementation of the DFU 1.0
|
||||||
specification of the USB forum. DFU is intended to download
|
specification of the USB forum. DFU is intended to download
|
||||||
|
@ -16,8 +16,8 @@ if BR2_PACKAGE_GETTEXT
|
|||||||
|
|
||||||
config BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL
|
config BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL
|
||||||
bool
|
bool
|
||||||
depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
|
|
||||||
default y if BR2_SYSTEM_ENABLE_NLS
|
default y if BR2_SYSTEM_ENABLE_NLS
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -87,8 +87,8 @@ config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK
|
config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK
|
||||||
bool "imxv4l2videosink"
|
bool "imxv4l2videosink"
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BAD
|
|
||||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 # V4L2_COLORSPACE_DEFAULT
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 # V4L2_COLORSPACE_DEFAULT
|
||||||
|
select BR2_PACKAGE_GST1_PLUGINS_BAD
|
||||||
help
|
help
|
||||||
Elements for V4L2 output
|
Elements for V4L2 output
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_IFUPDOWN_SCRIPTS
|
config BR2_PACKAGE_IFUPDOWN_SCRIPTS
|
||||||
bool "ifupdown scripts"
|
bool "ifupdown scripts"
|
||||||
depends on !BR2_PACKAGE_SYSTEMD_NETWORKD
|
|
||||||
default y if BR2_ROOTFS_SKELETON_DEFAULT
|
default y if BR2_ROOTFS_SKELETON_DEFAULT
|
||||||
|
depends on !BR2_PACKAGE_SYSTEMD_NETWORKD
|
||||||
help
|
help
|
||||||
Set of scripts used by ifupdown (either the standalone one,
|
Set of scripts used by ifupdown (either the standalone one,
|
||||||
or the busybox one) to bring network up, or tear it down.
|
or the busybox one) to bring network up, or tear it down.
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
|
config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
|
||||||
bool
|
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 || \
|
default y if BR2_i386 || \
|
||||||
(BR2_x86_64 && BR2_HOSTARCH='x86_64') || \
|
(BR2_x86_64 && BR2_HOSTARCH='x86_64') || \
|
||||||
BR2_powerpc || BR2_arm || BR2_armeb || \
|
BR2_powerpc || BR2_arm || BR2_armeb || \
|
||||||
((BR2_mips || BR2_mipsel) && !BR2_MIPS_SOFT_FLOAT && \
|
((BR2_mips || BR2_mipsel) && !BR2_MIPS_SOFT_FLOAT && \
|
||||||
!BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6)
|
!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
|
config BR2_PACKAGE_LUAJIT
|
||||||
bool "luajit"
|
bool "luajit"
|
||||||
|
@ -25,9 +25,9 @@ if BR2_PACKAGE_LVM2
|
|||||||
|
|
||||||
config BR2_PACKAGE_LVM2_STANDARD_INSTALL
|
config BR2_PACKAGE_LVM2_STANDARD_INSTALL
|
||||||
bool "standard install instead of only dmsetup"
|
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
|
# http://lists.busybox.net/pipermail/buildroot/2016-August/170592.html
|
||||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||||
default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
|
|
||||||
help
|
help
|
||||||
Install the standard suite of lvm2 programs. When this option
|
Install the standard suite of lvm2 programs. When this option
|
||||||
is not set, only dmsetup is installed.
|
is not set, only dmsetup is installed.
|
||||||
|
@ -3,10 +3,10 @@ comment "qt5charts needs at least qt-5.7"
|
|||||||
|
|
||||||
config BR2_PACKAGE_QT5CHARTS
|
config BR2_PACKAGE_QT5CHARTS
|
||||||
bool "qt5charts"
|
bool "qt5charts"
|
||||||
|
depends on BR2_PACKAGE_QT5_VERSION_LATEST
|
||||||
select BR2_PACKAGE_QT5BASE
|
select BR2_PACKAGE_QT5BASE
|
||||||
select BR2_PACKAGE_QT5BASE_GUI
|
select BR2_PACKAGE_QT5BASE_GUI
|
||||||
select BR2_PACKAGE_QT5BASE_WIDGETS
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
||||||
depends on BR2_PACKAGE_QT5_VERSION_LATEST
|
|
||||||
help
|
help
|
||||||
Qt is a cross-platform application and UI framework for
|
Qt is a cross-platform application and UI framework for
|
||||||
developers using C++.
|
developers using C++.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
menuconfig BR2_PACKAGE_SELINUX_PYTHON
|
menuconfig BR2_PACKAGE_SELINUX_PYTHON
|
||||||
bool "selinux-python"
|
bool "selinux-python"
|
||||||
select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON
|
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
|
select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON
|
||||||
help
|
help
|
||||||
A set of SELinux tools written in python that help with
|
A set of SELinux tools written in python that help with
|
||||||
managing a system with SELinux enabled. If no packages are
|
managing a system with SELinux enabled. If no packages are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user