mbox

[pull,request] Pull request for branch yem-misc

Message ID cover.1360017945.git.yann.morin.1998@free.fr
State Not Applicable
Headers show

Pull-request

git://gitorious.org/buildroot/buildroot.git yem-misc

Message

Yann E. MORIN Feb. 4, 2013, 10:49 p.m. UTC
Hello All!

This series is a based on Richard's tzdata initial series, with some fixes
discussed today during the Developper's Day.

Changes since Richard's post:
  - install POSIX time zones only once
  - path to 'zic' is exported by the 'zic' package

The following changes since commit d3e7fbd75e49e3368b8c361c45344266ceca5cfd:

  heirloom-mailx: needs fork() (2013-02-03 21:37:32 +0100)

are available in the git repository at:
  git://gitorious.org/buildroot/buildroot.git yem-misc

Richard Braun (2):
      package/zic: new host package
      package/tzdata: new package

 package/Config.in                      |    1 +
 package/tzdata/Config.in               |   20 ++++++++++++++
 package/tzdata/tzdata.mk               |   46 ++++++++++++++++++++++++++++++++
 package/zic/zic-fix-dependencies.patch |   27 ++++++++++++++++++
 package/zic/zic.mk                     |   29 ++++++++++++++++++++
 5 files changed, 123 insertions(+), 0 deletions(-)
 create mode 100644 package/tzdata/Config.in
 create mode 100644 package/tzdata/tzdata.mk
 create mode 100644 package/zic/zic-fix-dependencies.patch
 create mode 100644 package/zic/zic.mk

Regards,
Yann E. MORIN

Comments

Yann E. MORIN Feb. 17, 2013, 11:34 p.m. UTC | #1
Peter, All,

On Monday 04 February 2013 Yann E. MORIN wrote:
> This series is a based on Richard's tzdata initial series, with some fixes
> discussed today during the Developper's Day.
> 
> Changes since Richard's post:
>   - install POSIX time zones only once
>   - path to 'zic' is exported by the 'zic' package
> 
> The following changes since commit d3e7fbd75e49e3368b8c361c45344266ceca5cfd:
> 
>   heirloom-mailx: needs fork() (2013-02-03 21:37:32 +0100)
> 
> are available in the git repository at:
>   git://gitorious.org/buildroot/buildroot.git yem-misc
> 
> Richard Braun (2):
>       package/zic: new host package
>       package/tzdata: new package

Ping? This is material for the 'next' branch, of course! ;-)

Not re-spinning this series, since it has not changed.
It's still in the patchwork.

Regards,
Yann E. MORIN.