All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/7] package/zic: install header
Date: Fri, 7 Mar 2014 23:39:52 +0100	[thread overview]
Message-ID: <20140307233952.2b60d44f@skate> (raw)
In-Reply-To: <ea469bd003d287011efcd1a8791628b0445aa85d.1393884458.git.yann.morin.1998@free.fr>

Dear Yann E. MORIN,

On Mon,  3 Mar 2014 23:10:23 +0100, Yann E. MORIN wrote:
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> 
> The incoming host-tzdump package requires the tzfile header,
> so we isntall it.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> [yann.morin.1998 at free.fr: split zic header-install to its own cset]
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/zic/zic.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/zic/zic.mk b/package/zic/zic.mk
> index c9b6c7b..4814fba 100644
> --- a/package/zic/zic.mk
> +++ b/package/zic/zic.mk
> @@ -22,6 +22,8 @@ endef
>  define HOST_ZIC_INSTALL_CMDS
>  	mkdir -p $(HOST_DIR)/usr/sbin
>  	install -D -m 755 $(@D)/zic $(HOST_DIR)/usr/sbin/zic
> +	mkdir -p $(HOST_DIR)/usr/include
> +	install -D -m 644 $(@D)/tzfile.h $(HOST_DIR)/usr/include/tzfile.h
>  endef

Applied, thanks.

However, I've removed the mkdir -p line, which is useless because of
the use of install -D. And I've replaced install by $(INSTALL), was we
do in all other packages.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2014-03-07 22:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-03 22:10 [Buildroot] [PATCH 0/7 v3] Setting timezone for uClibc, and setting localtime Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 1/7] system: make the zoneinfo list a system option Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 2/7] system: add selection of a default localtime Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 3/7] tzdata: allow host build Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 4/7] package/zic: install header Yann E. MORIN
2014-03-07 22:39   ` Thomas Petazzoni [this message]
2014-03-03 22:10 ` [Buildroot] [PATCH 5/7] tzdump: new host package Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 6/7] tz: new package Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 7/7] system: allow setting the local timezone for uClibc Yann E. MORIN
2014-03-03 22:20   ` Yann E. MORIN
2014-03-03 22:26   ` [Buildroot] [PATCH] " Yann E. MORIN

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=20140307233952.2b60d44f@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.