mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
package/linux-tools: selftests depend on !static
The indirect dependency through kmod was not tracked. Detected with randconfig. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a0e9caf40d
commit
0c768dbbd9
@ -82,6 +82,7 @@ config BR2_PACKAGE_LINUX_TOOLS_SELFTESTS
|
|||||||
bool"selftests"
|
bool"selftests"
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
|
||||||
depends on BR2_USE_MMU # bash
|
depends on BR2_USE_MMU # bash
|
||||||
|
depends on !BR2_STATIC_LIBS
|
||||||
select BR2_PACKAGE_LINUX_TOOLS
|
select BR2_PACKAGE_LINUX_TOOLS
|
||||||
select BR2_PACKAGE_BASH # runtime
|
select BR2_PACKAGE_BASH # runtime
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
@ -103,9 +104,9 @@ config BR2_PACKAGE_LINUX_TOOLS_SELFTESTS
|
|||||||
This is very much a use at your risk option and may not work
|
This is very much a use at your risk option and may not work
|
||||||
for every setup or every architecture.
|
for every setup or every architecture.
|
||||||
|
|
||||||
comment "selftests needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS"
|
comment "selftests needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS and a toolchain w/ dynamic library"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS || BR2_STATIC_LIBS
|
||||||
|
|
||||||
config BR2_PACKAGE_LINUX_TOOLS_TMON
|
config BR2_PACKAGE_LINUX_TOOLS_TMON
|
||||||
bool "tmon"
|
bool "tmon"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user