You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2021/07/02 16:27:29 UTC

[incubator-nuttx] 01/09: libc/zoneinfo: Correct the path in comment

This is an automated email from the ASF dual-hosted git repository.

davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit d2c33fc18049d4324db15c0aaed68b870ac9238b
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Jun 20 22:51:30 2021 +0800

    libc/zoneinfo: Correct the path in comment
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
    Change-Id: I4bc0490d12f8b469a1f250cd410290a51ef9640f
---
 libs/libc/time/Kconfig        | 2 +-
 libs/libc/zoneinfo/README.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libs/libc/time/Kconfig b/libs/libc/time/Kconfig
index d3be629..d1e8cfd 100644
--- a/libs/libc/time/Kconfig
+++ b/libs/libc/time/Kconfig
@@ -18,7 +18,7 @@ config LIBC_LOCALTIME
 		environment variable TZ must be set to the name of that timezone file
 		when tzset() is called.
 
-		See https://www.iana.org/time-zones .  See also nuttx/zoneinfo
+		See https://www.iana.org/time-zones .  See also libs/libc/zoneinfo
 		which provides a framework for incorporating the TZ database into a
 		NuttX build.
 
diff --git a/libs/libc/zoneinfo/README.txt b/libs/libc/zoneinfo/README.txt
index a81bb1e..8d0ef67 100644
--- a/libs/libc/zoneinfo/README.txt
+++ b/libs/libc/zoneinfo/README.txt
@@ -1,4 +1,4 @@
-apps/system/zoneinfo/README.txt
+libs/libc/zoneinfo/README.txt
 Author: Gregory Nutt <gn...@nuttx.org>
 
 Directory Contents
@@ -68,7 +68,7 @@ Select the above localtime() and nuttx/zoneinfo configuration settings.
 Then:
 
   make context
-  cd ../nuttx/zoneinfo/tzbin/etc/zoneinfo
+  cd ../nuttx/libs/libc/zoneinfo/tzbin/usr/share/zoneinfo
 
 Remove as many timezone files as you can.  Do not remove the GMT, localtime,
 or posixrules files.  Those might be needed in any event.  Then you can