Ver código fonte

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 anos atrás
pai
commit
39fb8b7018
1 arquivos alterados com 3 adições e 0 exclusões
  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