|
@@ -12,6 +12,7 @@ config BR2_PACKAGE_SEDUTIL
|
|
depends on BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # linux/nvme.h
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # linux/nvme.h
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS # 4.4.1 headers
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
help
|
|
The Drive Trust Alliance Self Encrypting Drive Utility,
|
|
The Drive Trust Alliance Self Encrypting Drive Utility,
|
|
@@ -22,6 +23,7 @@ config BR2_PACKAGE_SEDUTIL
|
|
|
|
|
|
comment "sedutil needs a toolchain w/ C++, gcc >= 4.8, headers >= 3.12"
|
|
comment "sedutil needs a toolchain w/ C++, gcc >= 4.8, headers >= 3.12"
|
|
depends on BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS
|
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|