|
@@ -83,6 +83,7 @@ config BR2_PACKAGE_LINUX_TOOLS_SELFTESTS
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
|
|
|
depends on BR2_USE_MMU # bash
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14 # util-linux schedutils
|
|
|
select BR2_PACKAGE_LINUX_TOOLS
|
|
|
select BR2_PACKAGE_BASH # runtime
|
|
|
select BR2_PACKAGE_NCURSES
|
|
@@ -104,9 +105,10 @@ config BR2_PACKAGE_LINUX_TOOLS_SELFTESTS
|
|
|
This is very much a use at your risk option and may not work
|
|
|
for every setup or every architecture.
|
|
|
|
|
|
-comment "selftests needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS and a toolchain w/ dynamic library"
|
|
|
+comment "selftests needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS and a toolchain w/ dynamic library and headers >= 3.14"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS || BR2_STATIC_LIBS
|
|
|
+ depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS || \
|
|
|
+ BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
|
|
|
|
|
config BR2_PACKAGE_LINUX_TOOLS_TMON
|
|
|
bool "tmon"
|