mbox

[pull,request,v4] Pull request for branch yem/host-packages

Message ID cover.1386872011.git.yann.morin.1998@free.fr
State Accepted
Headers show

Pull-request

git://gitorious.org/buildroot/buildroot.git yem/host-packages

Message

Yann E. MORIN Dec. 12, 2013, 6:18 p.m. UTC
From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

This series adds parted as a host package.
This will allow (eg.) post-image scripts to use parted.

Changes v3 -> v4:
  - fix double double-slash in parted's ./configure options

Changes v2 -> v3:  (Jerzy)
  - Fix bad copy-paste in commit log

Changes v1 -> v2:  (Thomas)
  - don't depend on host-lvm2
  - so don't add host-lvm2
  - relax dependencies on lvm2/readline for target package
  - fix typoes in commit log

Regards,
Yann E. MORIN.


The following changes since commit 08db3236c4508b2329d3b0ed61d3db54f59fd49c:

  wavpack: bump to version 4.70.0 (2013-12-12 16:26:10 +0100)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem/host-packages

for you to fetch changes up to a931d8bd70bf29846273c3d20ad65678e1ef2838:

  package/parted: add a host variant (2013-12-12 19:10:50 +0100)

----------------------------------------------------------------
Yann E. MORIN (3):
      package/parted: relax dependency on lvm2
      package/parted: relax dependency on readline
      package/parted: add a host variant

 package/Config.in.host        |  1 +
 package/parted/Config.in      |  4 ----
 package/parted/Config.in.host |  6 ++++++
 package/parted/parted.mk      | 22 +++++++++++++++++++++-
 4 files changed, 28 insertions(+), 5 deletions(-)
 create mode 100644 package/parted/Config.in.host

Comments

Jerzy Grzegorek Dec. 12, 2013, 8:11 p.m. UTC | #1
Hi Yann,

> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
>
> Hello All!
>
> This series adds parted as a host package.
> This will allow (eg.) post-image scripts to use parted.
>
> Changes v3 -> v4:
>    - fix double double-slash in parted's ./configure options

slash or dash ?

Regards,
Jerzy

>
> Changes v2 -> v3:  (Jerzy)
>    - Fix bad copy-paste in commit log
>
> Changes v1 -> v2:  (Thomas)
>    - don't depend on host-lvm2
>    - so don't add host-lvm2
>    - relax dependencies on lvm2/readline for target package
>    - fix typoes in commit log
>
> Regards,
> Yann E. MORIN.
>
>
> The following changes since commit 08db3236c4508b2329d3b0ed61d3db54f59fd49c:
>
>    wavpack: bump to version 4.70.0 (2013-12-12 16:26:10 +0100)
>
> are available in the git repository at:
>
>    git://gitorious.org/buildroot/buildroot.git yem/host-packages
>
> for you to fetch changes up to a931d8bd70bf29846273c3d20ad65678e1ef2838:
>
>    package/parted: add a host variant (2013-12-12 19:10:50 +0100)
>
> ----------------------------------------------------------------
> Yann E. MORIN (3):
>        package/parted: relax dependency on lvm2
>        package/parted: relax dependency on readline
>        package/parted: add a host variant
>
>   package/Config.in.host        |  1 +
>   package/parted/Config.in      |  4 ----
>   package/parted/Config.in.host |  6 ++++++
>   package/parted/parted.mk      | 22 +++++++++++++++++++++-
>   4 files changed, 28 insertions(+), 5 deletions(-)
>   create mode 100644 package/parted/Config.in.host
>
Yann E. MORIN Dec. 12, 2013, 8:26 p.m. UTC | #2
Jerzy, All,

On 2013-12-12 21:11 +0100, Jerzy Grzegorek spake thusly:
> >From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> >
> >Hello All!
> >
> >This series adds parted as a host package.
> >This will allow (eg.) post-image scripts to use parted.
> >
> >Changes v3 -> v4:
> >   - fix double double-slash in parted's ./configure options
> 
> slash or dash ?

Yes, dash. Fortunately, that's in the cover-letter, so no need to resend
it again. :-)

Regards,
Yann E. MORIN.
Peter Korsgaard Dec. 12, 2013, 11:01 p.m. UTC | #3
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > From: "Yann E. MORIN" <yann.morin.1998@free.fr>
 > Hello All!

 > This series adds parted as a host package.
 > This will allow (eg.) post-image scripts to use parted.

 > Changes v3 -> v4:
 >   - fix double double-slash in parted's ./configure options

 > Changes v2 -> v3:  (Jerzy)
 >   - Fix bad copy-paste in commit log

 > Changes v1 -> v2:  (Thomas)
 >   - don't depend on host-lvm2
 >   - so don't add host-lvm2
 >   - relax dependencies on lvm2/readline for target package
 >   - fix typoes in commit log

Committed series, thanks.