浏览代码

tzdata: add missing comment for toolchain option dependencies

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas De Schampheleire 11 年之前
父节点
当前提交
39fb8b7018
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      package/tzdata/Config.in

+ 3 - 0
package/tzdata/Config.in

@@ -1,3 +1,6 @@
+comment "tzdata needs an (e)glibc toolchain"
+	depends on !BR2_TOOLCHAIN_USES_GLIBC
+
 config BR2_PACKAGE_TZDATA
 	bool "tzdata"
 	depends on BR2_TOOLCHAIN_USES_GLIBC