package/makedumpfile: add threads dependency in comment
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 3 Oct 2020 19:27:06 +0000 (21:27 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Oct 2020 09:37:11 +0000 (11:37 +0200)
Commit adb64a97e79bcb4e28450dd858654003ec8706c3 forgot to add threads
dependency in comment

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/makedumpfile/Config.in

index e41c4641a2867436587fe5db2625f3bddac63299..d5af38b5980b6b323043f7b7eb5b7d5e5ad434fe 100644 (file)
@@ -7,9 +7,10 @@ config BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
        default y if BR2_s390x
        default y if BR2_sparc64
 
-comment "makedumpfile needs a uClibc or glibc toolchain w/ wchar, dynamic library"
+comment "makedumpfile needs a uClibc or glibc toolchain w/ wchar, dynamic library, threads"
        depends on BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
        depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
+               || !BR2_TOOLCHAIN_HAS_THREADS \
                || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
 
 config BR2_PACKAGE_MAKEDUMPFILE