mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/lttng-tools: reorder 'select' vs 'depends on'
Place 'depends on' statements before 'select' ones. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b8fb4903fb
commit
a9e879d5f0
@ -1,16 +1,16 @@
|
|||||||
config BR2_PACKAGE_LTTNG_TOOLS
|
config BR2_PACKAGE_LTTNG_TOOLS
|
||||||
bool "lttng-tools"
|
bool "lttng-tools"
|
||||||
select BR2_PACKAGE_LIBURCU
|
|
||||||
select BR2_PACKAGE_LIBXML2
|
|
||||||
select BR2_PACKAGE_POPT
|
|
||||||
select BR2_PACKAGE_UTIL_LINUX
|
|
||||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
||||||
# liburcu only works on some architectures and requires thread support
|
# liburcu only works on some architectures and requires thread support
|
||||||
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
||||||
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58595 # lttng-tools/gcc-4.{7,8}.x bug
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58595 # lttng-tools/gcc-4.{7,8}.x bug
|
||||||
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # liburcu/gcc-4.8.x bug
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # liburcu/gcc-4.8.x bug
|
||||||
depends on BR2_USE_WCHAR # util-linux
|
depends on BR2_USE_WCHAR # util-linux
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
select BR2_PACKAGE_LIBURCU
|
||||||
|
select BR2_PACKAGE_LIBXML2
|
||||||
|
select BR2_PACKAGE_POPT
|
||||||
|
select BR2_PACKAGE_UTIL_LINUX
|
||||||
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||||
help
|
help
|
||||||
Userspace utilities for the LTTng 2.x tracing
|
Userspace utilities for the LTTng 2.x tracing
|
||||||
infrastructure.
|
infrastructure.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user