浏览代码

package/uftrace: add missing dependency to comment

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>
Fabrice Fontaine 4 年之前
父节点
当前提交
74a8e8670a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/uftrace/Config.in

+ 1 - 0
package/uftrace/Config.in

@@ -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