package/optee-test: fix Config.in comment on dependencies
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 2 Aug 2021 20:07:20 +0000 (22:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 2 Aug 2021 20:07:20 +0000 (22:07 +0200)
The comment did not take into account the dynamic library dependency,
fix that.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/optee-test/Config.in

index 5d23885f4565d682eb29e0a358ffead9fe85b78d..cfcf74939d92f45895a1916872a62647ec289934 100644 (file)
@@ -24,7 +24,7 @@ config BR2_PACKAGE_OPTEE_TEST
 
          http://github.com/OP-TEE/optee_test
 
-comment "optee-test needs a toolchain w/ threads and C++"
+comment "optee-test needs a toolchain w/ threads, C++, dynamic library"
        depends on BR2_TARGET_OPTEE_OS
        depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || \
                BR2_STATIC_LIBS