All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Fix problems related to Blackfin lacking AI_ADDRCONFIG
@ 2013-05-28 19:45 Thomas Petazzoni
  2013-05-28 19:45 ` [Buildroot] [PATCH 1/2] czmq: prevent selection when ADI Blackfin external toolchains are used Thomas Petazzoni
  2013-05-28 19:45 ` [Buildroot] [PATCH 2/2] libtirpc: " Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2013-05-28 19:45 UTC (permalink / raw)
  To: buildroot

Hello,

The Blackfin external toolchains provided by Analog Devices don't have
AI_ADDRCONFIG enabled in their uClibc configuration. But since
Buildroot has it enabled in its default uClibc configuration, our
packages make the assumption that it is available.

This causes some build failures in the autobuilders (and possibly for
users), so this set of two patches prevent the selection of packages
that require AI_ADDRCONFIG when a Blackfin toolchain from ADI is used.

Long term, it would be better if the toolchains from ADI had
AI_ADDRCONFIG enabled in their uClibc configuration.

Best regards,

Thomas

Thomas Petazzoni (2):
  czmq: prevent selection when ADI Blackfin external toolchains are
    used
  libtirpc: prevent selection when ADI Blackfin external toolchains are
    used

 package/czmq/Config.in     |    4 ++++
 package/filemq/Config.in   |    4 ++++
 package/libtirpc/Config.in |    7 +++++++
 package/rpcbind/Config.in  |    4 ++++
 package/zyre/Config.in     |    4 ++++
 5 files changed, 23 insertions(+)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-05-29 19:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-28 19:45 [Buildroot] [PATCH 0/2] Fix problems related to Blackfin lacking AI_ADDRCONFIG Thomas Petazzoni
2013-05-28 19:45 ` [Buildroot] [PATCH 1/2] czmq: prevent selection when ADI Blackfin external toolchains are used Thomas Petazzoni
2013-05-29 19:21   ` Peter Korsgaard
2013-05-28 19:45 ` [Buildroot] [PATCH 2/2] libtirpc: " Thomas Petazzoni
2013-05-29 19:22   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.