From: Thomas De Schampheleire Date: Wed, 18 Dec 2013 20:29:10 +0000 (+0100) Subject: tzdata: add missing comment for toolchain option dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39fb8b70184c01d3bcf11df21b8c19e2922b9898;p=buildroot.git tzdata: add missing comment for toolchain option dependencies Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- diff --git a/package/tzdata/Config.in b/package/tzdata/Config.in index dec5f86c27..72615d38bf 100644 --- a/package/tzdata/Config.in +++ b/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