Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch 2010-05-14-fixes
@ 2010-05-14 11:37 Thomas Petazzoni
  2010-05-14 11:37 ` [Buildroot] [PATCH 1/8] Add a BR2_NEEDS_GETTEXT option Thomas Petazzoni
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Thomas Petazzoni @ 2010-05-14 11:37 UTC (permalink / raw)
  To: buildroot

Hello,

Here are a few fixes for Buildroot. The two first patches are more
invasive than usual fixes, but they are needed to make glibc external
toolchains work properly with packages relying on gettext. The
proposed solution replaces the ugly "hack" submitted to fix grep a few
days ago.

I have tested these changes by compiling a Buildroot configuration
with busybox ltrace flex libcgicc avahi gmpc grep hal libglib2 libidn
libsoup make libmpd php php_ext_gettext psmisc util-linux (packages
affected by the changes), with the four following toolchains:

 * External ARM glibc CodeSourcery toolchain

 * External ARM Buildroot uClibc no-locale toolchain

 * External ARM Crosstool-NG eglibc toolchain

 * Internal ARM Buildroot uClibc locale toolchain

Thomas

The following changes since commit 6d1ab151cb4a14a6ca29e692de26fefd2f453d0a:
  Peter Korsgaard (1):
        update for 2010.05-rc2

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot 2010-05-14-fixes

Thomas Petazzoni (8):
      Add a BR2_NEEDS_GETTEXT option
      Make all package using gettext rely on BR2_NEEDS_GETTEXT
      libcap: fix build failure
      libcgicc: fix package after autotools infrastructure conversion
      ltrace: fix build failure
      gettext: make only available if BR2_NEEDS_GETTEXT is set
      avahi: needs IPv6
      external toolchain: check BR2_INSTALL_LIBSTDCPP

 package/avahi/Config.in                            |    5 +++--
 package/avahi/avahi.mk                             |    2 +-
 package/gettext/Config.in                          |    2 ++
 package/gmpc/Config.in                             |    4 ++--
 package/gmpc/gmpc.mk                               |    3 ++-
 package/grep/Config.in                             |    4 ++--
 package/grep/grep.mk                               |    2 +-
 package/hal/Config.in                              |    4 ++--
 package/hal/hal.mk                                 |    2 +-
 package/libcap/libcap.mk                           |    4 ++--
 ...cgicc-3.2.9-disable-documentation-option.patch} |    0
 package/libcgicc/libcgicc.mk                       |    2 ++
 package/libglib2/Config.in                         |    4 ++--
 package/libglib2/libglib2.mk                       |    2 +-
 package/libidn/libidn.mk                           |    2 +-
 package/libsoup/libsoup.mk                         |    2 +-
 package/ltrace/ltrace.mk                           |    3 +--
 package/make/Config.in                             |    4 ++--
 package/make/make.mk                               |    2 +-
 package/multimedia/libmpd/Config.in                |    2 --
 package/pango/pango.mk                             |    2 +-
 package/php/Config.ext                             |    2 +-
 package/php/php.mk                                 |    2 +-
 package/psmisc/Config.in                           |    4 ++--
 package/psmisc/psmisc.mk                           |    8 +-------
 package/sshfs/Config.in                            |    4 ++--
 package/sshfs/sshfs.mk                             |    2 +-
 package/util-linux/Config.in                       |    4 ++--
 package/util-linux/util-linux.mk                   |    4 ++--
 toolchain/Config.in.2                              |    6 ++++++
 toolchain/external-toolchain/ext-tool.mk           |   12 ++++++++++++
 31 files changed, 60 insertions(+), 45 deletions(-)
 rename package/libcgicc/{cgicc-3.2.9-disable-documentation-option.patch => libcgicc-3.2.9-disable-documentation-option.patch} (100%)

Thanks,
-- 
Thomas Petazzoni

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

end of thread, other threads:[~2010-05-19 11:50 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 11:37 [Buildroot] [pull request] Pull request for branch 2010-05-14-fixes Thomas Petazzoni
2010-05-14 11:37 ` [Buildroot] [PATCH 1/8] Add a BR2_NEEDS_GETTEXT option Thomas Petazzoni
2010-05-14 13:21   ` Lionel Landwerlin
2010-05-17  7:47   ` Peter Korsgaard
2010-05-19 11:33     ` Thomas Petazzoni
2010-05-14 11:37 ` [Buildroot] [PATCH 2/8] Make all package using gettext rely on BR2_NEEDS_GETTEXT Thomas Petazzoni
2010-05-17  7:46   ` Peter Korsgaard
2010-05-14 11:37 ` [Buildroot] [PATCH 3/8] libcap: fix build failure Thomas Petazzoni
2010-05-17  7:49   ` Peter Korsgaard
2010-05-19 11:30     ` Thomas Petazzoni
2010-05-19 11:50       ` Peter Korsgaard
2010-05-14 11:37 ` [Buildroot] [PATCH 4/8] libcgicc: fix package after autotools infrastructure conversion Thomas Petazzoni
2010-05-14 11:37 ` [Buildroot] [PATCH 5/8] ltrace: fix build failure Thomas Petazzoni
2010-05-15 11:19   ` Microbit_Ubuntu
2010-05-19 11:28     ` Thomas Petazzoni
2010-05-14 11:37 ` [Buildroot] [PATCH 6/8] gettext: make only available if BR2_NEEDS_GETTEXT is set Thomas Petazzoni
2010-05-14 13:24   ` Lionel Landwerlin
2010-05-14 11:37 ` [Buildroot] [PATCH 7/8] avahi: needs IPv6 Thomas Petazzoni
2010-05-17  7:55   ` Peter Korsgaard
2010-05-17 13:00   ` Peter Korsgaard
2010-05-14 11:37 ` [Buildroot] [PATCH 8/8] external toolchain: check BR2_INSTALL_LIBSTDCPP Thomas Petazzoni

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