package/uftrace: add missing dependency to comment
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 26 Apr 2021 22:08:15 +0000 (00:08 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 28 Apr 2021 10:11:58 +0000 (12:11 +0200)
Commit f06d79255fbf0607200f1cc50a5dd87839295be3 forgot to add
BR2_PACKAGE_UFTRACE_ARCH_SUPPORTS dependency to threads comment

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

index 9af7ee8c28df802a54ad91b433a453bb362130ad..6de9b840ba259a365dc130f59c9b7d2e031e3a97 100644 (file)
@@ -23,4 +23,5 @@ config BR2_PACKAGE_UFTRACE
          https://github.com/namhyung/uftrace
 
 comment "uftrace needs a toolchain w/ threads"
+       depends on BR2_PACKAGE_UFTRACE_ARCH_SUPPORTS
        depends on !BR2_TOOLCHAIN_HAS_THREADS