Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Convert all remaining handwritten packages to gentarget infrastructure
@ 2012-09-21 22:28 Samuel Martin
  2012-09-21 22:28 ` [Buildroot] [PATCH 1/6] netkitbase: convert to the generic-package infrastructure Samuel Martin
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Samuel Martin @ 2012-09-21 22:28 UTC (permalink / raw)
  To: buildroot

Hi folks,

Since gettext now uses the autotools infrastructure, let's convert all remaining
packages using handwritten makefile to gentarget.

This patch series first rebases 2 patches sent in August by Thomas Petazzoni [1,2]
(and patchwork links: [3,4]), then convert the reaming packages and remove the
"Manual Makefile" section from the documentation.

Note:
This patch series only takes care of the *.mk files; it does not mark any packages
touched by this conversion as deprecated, unlike the RFC sent by Thomas Petazzoni [5].


Yours,


[1] http://lists.busybox.net/pipermail/buildroot/2012-August/057236.html
[2] http://lists.busybox.net/pipermail/buildroot/2012-August/057238.html
[3] http://patchwork.ozlabs.org/patch/176703/
[4] http://patchwork.ozlabs.org/patch/176705/
[5] http://lists.busybox.net/pipermail/buildroot/2012-August/057230.html


Samuel Martin (6):
  netkitbase: convert to the generic-package infrastructure
  netkittelnet: convert to generic-package infrastructure
  ttcp: convert to generic-package infrastructure
  newt: convert to generic-package infrastructure
  vpnc: convert to generic-package infrastructure
  manual: remove Manual Makefile section

 docs/manual/adding-packages-handwritten.txt | 167 ----------------------------
 docs/manual/adding-packages.txt             |   2 -
 package/netkitbase/netkitbase.mk            |  79 ++++---------
 package/netkittelnet/netkittelnet.mk        |  81 ++++----------
 package/netkittelnet/netkittelnet.patch     |   2 +-
 package/newt/newt.mk                        | 124 ++++++++-------------
 package/ttcp/ttcp.mk                        |  56 +++-------
 package/vpnc/vpnc-0.5.3-fix-build.patch     |  71 ++++++++++++
 package/vpnc/vpnc.mk                        |  83 ++++----------
 9 files changed, 204 insertions(+), 461 deletions(-)
 delete mode 100644 docs/manual/adding-packages-handwritten.txt
 create mode 100644 package/vpnc/vpnc-0.5.3-fix-build.patch

--
1.7.12.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-10-21 19:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 22:28 [Buildroot] [PATCH 0/6] Convert all remaining handwritten packages to gentarget infrastructure Samuel Martin
2012-09-21 22:28 ` [Buildroot] [PATCH 1/6] netkitbase: convert to the generic-package infrastructure Samuel Martin
2012-10-09  7:39   ` Peter Korsgaard
2012-09-21 22:28 ` [Buildroot] [PATCH 2/6] netkittelnet: convert to " Samuel Martin
2012-10-09  7:40   ` Peter Korsgaard
2012-09-21 22:28 ` [Buildroot] [PATCH 3/6] ttcp: " Samuel Martin
2012-10-08 21:09   ` Peter Korsgaard
2012-09-21 22:28 ` [Buildroot] [PATCH 4/6] newt: " Samuel Martin
2012-10-08 21:05   ` Peter Korsgaard
2012-09-21 22:28 ` [Buildroot] [PATCH 5/6] vpnc: " Samuel Martin
2012-10-08 21:14   ` Peter Korsgaard
2012-09-21 22:28 ` [Buildroot] [PATCH 6/6] manual: remove Manual Makefile section Samuel Martin
2012-10-21 19:40   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox