From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerzy Grzegorek Date: Thu, 12 Dec 2013 21:11:42 +0100 Subject: [Buildroot] [pull request v4] Pull request for branch yem/host-packages In-Reply-To: References: Message-ID: <52AA187E.8060509@trzebnica.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Yann, > From: "Yann E. MORIN" > > 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 >