Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch fixes-20100729
@ 2010-07-29 21:48 Thomas Petazzoni
  2010-07-29 21:48 ` [Buildroot] [PATCH 01/19] dependencies: add svn as a mandatory tool Thomas Petazzoni
                   ` (19 more replies)
  0 siblings, 20 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2010-07-29 21:48 UTC (permalink / raw)
  To: buildroot

The following changes since commit 7bfc9e464cf448f83b06953f1b26a150539b3960:
  Gustavo Zacarias (1):
        netsnmp: depend on openssl when the package is on to ensure build order

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot fixes-20100729

Thomas Petazzoni (19):
      dependencies: add svn as a mandatory tool
      oprofile: disable with external toolchain
      Fix computation of REAL_GNU_TARGET_NAME
      gdb: disallow GDB_HOST on external toolchain builds
      xerces: fix dependency on iconv
      libiconv: add an error when both libiconv and locale are enabled
      libeXosip: add dependency on host-pkg-config and remove useless flags
      cdrkit: fix TARGET_CC/TARGET_CFLAGS for CMake
      dmalloc: pass -fPIC when compiling
      speech-tools: fix build failure by using Debian version and patches
      avahi: pkg-config is needed
      samba: remove swat documentation when not needed
      u-boot: fix custom patch handling
      linux: more mistake detection
      cairo: PDF support is needed when SVG support is enabled
      toolchain: mark uClibc 0.9.31 + locale + C++ as broken
      libcurl: bump version to fix build issue
      xerces: fix download location
      xerces: only add -liconv when locale are disabled

 boot/u-boot/u-boot.mk                              |    2 +-
 linux/linux.mk                                     |   13 ++++
 package/Makefile.in                                |   11 +++-
 package/avahi/avahi.mk                             |    2 +-
 package/cairo/Config.in                            |    1 +
 package/cdrkit/cdrkit.mk                           |   14 ++++-
 package/dmalloc/dmalloc-5.4.3-add-fpic.patch       |   60 ++++++++++++++++++++
 .../libcurl-7.19.2-fix-ssl-no-verbose.patch        |   25 --------
 package/libcurl/libcurl.mk                         |    3 +-
 package/libeXosip2/libeXosip2.mk                   |    4 +-
 package/libiconv/libiconv.mk                       |    7 ++
 .../festival/speech-tools/speech-tools.mk          |   17 +++++-
 package/oprofile/Config.in                         |    4 +
 package/samba/samba.mk                             |   11 ++++
 package/xerces/Config.in                           |    2 +-
 package/xerces/xerces.mk                           |   10 ++-
 toolchain/dependencies/dependencies.sh             |    4 +-
 toolchain/gdb/Config.in                            |    3 +
 toolchain/toolchain-common.in                      |    4 +
 19 files changed, 154 insertions(+), 43 deletions(-)
 create mode 100644 package/dmalloc/dmalloc-5.4.3-add-fpic.patch
 delete mode 100644 package/libcurl/libcurl-7.19.2-fix-ssl-no-verbose.patch

Thanks,
-- 
Thomas Petazzoni

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

end of thread, other threads:[~2010-07-30  9:46 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-29 21:48 [Buildroot] [pull request] Pull request for branch fixes-20100729 Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 01/19] dependencies: add svn as a mandatory tool Thomas Petazzoni
2010-07-30  9:37   ` Will Newton
2010-07-30  9:42     ` Thomas Petazzoni
2010-07-30  9:46       ` Will Newton
2010-07-29 21:48 ` [Buildroot] [PATCH 02/19] oprofile: disable with external toolchain Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 03/19] Fix computation of REAL_GNU_TARGET_NAME Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 04/19] gdb: disallow GDB_HOST on external toolchain builds Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 05/19] xerces: fix dependency on iconv Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 06/19] libiconv: add an error when both libiconv and locale are enabled Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 07/19] libeXosip: add dependency on host-pkg-config and remove useless flags Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 08/19] cdrkit: fix TARGET_CC/TARGET_CFLAGS for CMake Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 09/19] dmalloc: pass -fPIC when compiling Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 10/19] speech-tools: fix build failure by using Debian version and patches Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 11/19] avahi: pkg-config is needed Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 12/19] samba: remove swat documentation when not needed Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 13/19] u-boot: fix custom patch handling Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 14/19] linux: more mistake detection Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 15/19] cairo: PDF support is needed when SVG support is enabled Thomas Petazzoni
2010-07-29 21:48 ` [Buildroot] [PATCH 16/19] toolchain: mark uClibc 0.9.31 + locale + C++ as broken Thomas Petazzoni
2010-07-29 21:49 ` [Buildroot] [PATCH 17/19] libcurl: bump version to fix build issue Thomas Petazzoni
2010-07-30  8:21   ` Peter Korsgaard
2010-07-30  8:26     ` Thomas Petazzoni
2010-07-29 21:49 ` [Buildroot] [PATCH 18/19] xerces: fix download location Thomas Petazzoni
2010-07-29 21:49 ` [Buildroot] [PATCH 19/19] xerces: only add -liconv when locale are disabled Thomas Petazzoni
2010-07-30  8:25 ` [Buildroot] [pull request] Pull request for branch fixes-20100729 Peter Korsgaard

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