Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch autotools-conversion
Date: Mon, 12 Apr 2010 15:11:12 +0200	[thread overview]
Message-ID: <cover.1271077873.git.thomas.petazzoni@free-electrons.com> (raw)

The following changes since commit 04ba0089a672863e333a2de6b19d9b77fd0b26c1:
  Thomas Petazzoni (1):
        Get rid of the OPTIMIZE_FOR_CPU variable

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot autotools-conversion

Thomas Petazzoni (21):
      vtun: convert to the autotools infrastructure
      x11vnc: cleanup useless config options
      udpcast: convert to the autotools infrastructure
      setserial: convert to the autotools infrastructure
      smartmontools: convert to the autotools infrastructure
      patch: convert to the autotools infrastructure and bump version
      libosip2: convert to the autotools infrastructure
      libcgicc: convert to the autotools infrastructure
      libraw1394: convert to the autotools infrastructure
      libsysfs: convert to the autotools infrastructure
      libcgi: convert to the autotools infrastructure
      Remove incorrect 'dummy' example
      bison: convert to the autotools infrastructure
      tar: convert to the autotools infrastructure
      argus: convert to the autotools infrastructure
      ipkg: remove useless configure options
      findutils: convert to the autotools infrastructure
      madplay: convert to the autotools infrastructure
      aumix: convert to the autotools infrastructure
      libmad: convert to the autotools infrastructure
      libid3tag: convert to the autotools infrastructure

 package/argus/argus.mk                             |   64 ++------------
 package/bison/bison.mk                             |   69 +--------------
 package/dummy/Config.in                            |    7 --
 package/dummy/dummy.mk                             |   93 --------------------
 package/findutils/findutils.mk                     |   75 +----------------
 package/ipkg/ipkg.mk                               |    3 -
 package/libcgi/libcgi.mk                           |   68 +--------------
 package/libcgicc/libcgicc.mk                       |   64 +------------
 package/libosip2/libosip2.mk                       |   83 ++----------------
 package/libraw1394/libraw1394.mk                   |   64 +-------------
 package/libsysfs/libsysfs.mk                       |   59 +------------
 .../aumix-2.8-fix-incorrect-makefile-am.patch      |   29 ++++++
 package/multimedia/aumix/aumix.mk                  |   60 ++-----------
 package/multimedia/libid3tag/libid3tag.mk          |   62 +------------
 package/multimedia/libmad/libmad.mk                |   77 ++--------------
 package/multimedia/madplay/madplay.mk              |   64 +------------
 package/patch/patch.mk                             |   69 +--------------
 package/setserial/setserial.mk                     |   73 ++--------------
 package/smartmontools/smartmontools.mk             |   69 +--------------
 package/tar/tar.mk                                 |   82 +----------------
 package/udpcast/udpcast.mk                         |   93 +++-----------------
 package/vtun/vtun.mk                               |   76 +---------------
 package/x11vnc/x11vnc.mk                           |    7 +-
 23 files changed, 127 insertions(+), 1283 deletions(-)
 delete mode 100644 package/dummy/Config.in
 delete mode 100644 package/dummy/dummy.mk
 create mode 100644 package/multimedia/aumix/aumix-2.8-fix-incorrect-makefile-am.patch

Thanks,
-- 
Thomas Petazzoni

             reply	other threads:[~2010-04-12 13:11 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-12 13:11 Thomas Petazzoni [this message]
2010-04-12 13:11 ` [Buildroot] [PATCH 01/21] vtun: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 02/21] x11vnc: cleanup useless config options Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 03/21] udpcast: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 17:48   ` Peter Korsgaard
2010-04-13 14:59     ` Thomas Petazzoni
2010-04-13 19:51       ` Peter Korsgaard
2010-04-12 13:11 ` [Buildroot] [PATCH 04/21] setserial: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 05/21] smartmontools: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 06/21] patch: convert to the autotools infrastructure and bump version Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 07/21] libosip2: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 08/21] libcgicc: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 09/21] libraw1394: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 10/21] libsysfs: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 11/21] libcgi: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 12/21] Remove incorrect 'dummy' example Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 13/21] bison: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 14/21] tar: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 15/21] argus: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 16/21] ipkg: remove useless configure options Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 17/21] findutils: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 18/21] madplay: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 19/21] aumix: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 20/21] libmad: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 21/21] libid3tag: " Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2010-06-22 20:20 [Buildroot] [pull request] Pull request for branch autotools-conversion Thomas Petazzoni
2010-06-24 12:03 ` Thomas Petazzoni
2010-06-25 10:32 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1271077873.git.thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox