mbox

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

Message ID cover.1362693141.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 March 7, 2013, 9:53 p.m. UTC
Hello All!

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

Changes v1 -> v2:
  -  rebased on master

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


The following changes since commit 203c30796e232faaf3a7de19090657bf3e7db16a:

  rpi-userland: provides OpenGL ES, EGL and OpenVG (2013-03-06 22:18:39 +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

Peter Korsgaard March 10, 2013, 10:40 p.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 Yann> Hello All!
 Yann> This series is a based on Richard's tzdata initial series, with some fixes
 Yann> discussed during the Developper's Day.

 Yann> Changes v1 -> v2:
 Yann>   -  rebased on master

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

 Yann> The following changes since commit 203c30796e232faaf3a7de19090657bf3e7db16a:

 Yann>   rpi-userland: provides OpenGL ES, EGL and OpenVG (2013-03-06 22:18:39 +0100)

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

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

Committed both, thanks.