Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/6] tz: new package
Date: Wed, 09 Apr 2014 00:32:50 +0200	[thread overview]
Message-ID: <874n23a1v1.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <9cca87f955e4a184666ee5e6a83e4ee242b0ebc7.1396900553.git.yann.morin.1998@free.fr> (Yann E. MORIN's message of "Mon, 7 Apr 2014 21:58:07 +0200")

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
 > uClibc can not use timezone info from tzdata as-is, but accepts setting
 > the local timezone in /etc/TZ.

 > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
 > [yann.morin.1998 at free.fr: make it a blind package; little tweak to help text]
 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

 > +++ b/package/tz/tz.mk
 > @@ -0,0 +1,30 @@
 > +################################################################################
 > +#
 > +# tz
 > +#
 > +################################################################################
 > +
 > +TZ_SOURCE =
 > +TZ_DEPENDENCIES = host-tzdata host-tzdump
 > +TZ_LICENSE = Public domain
 > +
 > +define TZ_BUILD_CMDS
 > +	(cd $(HOST_DIR)/usr/share/zoneinfo/posix/;                 \
 > +		for i in $$(find . -type f); do                    \
 > +			mkdir -p $(@D)/output/$$(dirname $$i);         \
 > +			$(TZDUMP) -p . -q $${i#./} > $(@D)/output/$$i; \
 > +		done                                               \
 > +	)
 > +endef
 > +
 > +define TZ_INSTALL_TARGET_CMDS
 > +	mkdir -p $(TARGET_DIR)/usr/share/zoneinfo/uclibc
 > +	cp -a $(@D)/output/* $(TARGET_DIR)/usr/share/zoneinfo/uclibc
 > +	if [ -n "$(BR2_TARGET_LOCALTIME)" ]; then                     \
 > +		ln -sf /usr/share/zoneinfo/uclibc/$(BR2_TARGET_LOCALTIME) \
 > +			$(TARGET_DIR)/etc/TZ;                                 \
 > +	fi

Same comments as for tzdata. Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2014-04-08 22:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-07 19:58 [Buildroot] [PATCH 0/6 v4] Setting timezone for uClibc, and setting localtime (branch yem/tz) Yann E. MORIN
2014-04-07 19:58 ` [Buildroot] [PATCH 1/6] system: make the zoneinfo list a system option Yann E. MORIN
2014-04-08 21:35   ` Peter Korsgaard
2014-04-07 19:58 ` [Buildroot] [PATCH 2/6] system: add selection of a default localtime Yann E. MORIN
2014-04-08 21:47   ` Peter Korsgaard
2014-04-08 21:50     ` Peter Korsgaard
2014-04-08 21:57       ` Peter Korsgaard
2014-04-07 19:58 ` [Buildroot] [PATCH 3/6] tzdata: allow host build Yann E. MORIN
2014-04-08 22:04   ` Peter Korsgaard
2014-04-07 19:58 ` [Buildroot] [PATCH 4/6] tzdump: new host package Yann E. MORIN
2014-04-08 22:13   ` Peter Korsgaard
2014-04-08 22:18     ` Yann E. MORIN
2014-04-08 22:25       ` Peter Korsgaard
2014-04-07 19:58 ` [Buildroot] [PATCH 5/6] tz: new package Yann E. MORIN
2014-04-08 22:32   ` Peter Korsgaard [this message]
2014-04-07 19:58 ` [Buildroot] [PATCH 6/6] system: allow setting the local timezone for uClibc Yann E. MORIN
2014-04-08 22:39   ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874n23a1v1.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox