* [Buildroot] [PATCH] dhcpcd: blacklist Sourcery PowerPC toolchains
@ 2014-12-30 15:29 Baruch Siach
2014-12-31 14:13 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2014-12-30 15:29 UTC (permalink / raw)
To: buildroot
The linux/socket.h header in these toolchains is broken as described in commit
f5866484ffe (libnftnl: exclude for CS PPC toolchains).
Fixes:
http://autobuild.buildroot.net/results/d92/d92e7f2af0e64bc40f7b5c9ea081471de98bf8e8/
http://autobuild.buildroot.net/results/e97/e97e980a2f1e0ff4138a6dc03d86ad3ff0973e4a/
http://autobuild.buildroot.net/results/ca3/ca32c4de8b645c96cedb80b6270a792e9601ad84/
and some more.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/dhcpcd/Config.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/dhcpcd/Config.in b/package/dhcpcd/Config.in
index ca0ad751ffcb..f2ca0998f8d1 100644
--- a/package/dhcpcd/Config.in
+++ b/package/dhcpcd/Config.in
@@ -2,6 +2,8 @@ config BR2_PACKAGE_DHCPCD
bool "dhcpcd"
# No support for AI_ADDRCONFIG
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
+ # bad headers, no sa_family_t in linux/socket.h
+ depends on !(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 || BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009)
help
An RFC2131 compliant DHCP client
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] dhcpcd: blacklist Sourcery PowerPC toolchains
2014-12-30 15:29 [Buildroot] [PATCH] dhcpcd: blacklist Sourcery PowerPC toolchains Baruch Siach
@ 2014-12-31 14:13 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-12-31 14:13 UTC (permalink / raw)
To: buildroot
Dear Baruch Siach,
On Tue, 30 Dec 2014 17:29:55 +0200, Baruch Siach wrote:
> The linux/socket.h header in these toolchains is broken as described in commit
> f5866484ffe (libnftnl: exclude for CS PPC toolchains).
>
> Fixes:
> http://autobuild.buildroot.net/results/d92/d92e7f2af0e64bc40f7b5c9ea081471de98bf8e8/
> http://autobuild.buildroot.net/results/e97/e97e980a2f1e0ff4138a6dc03d86ad3ff0973e4a/
> http://autobuild.buildroot.net/results/ca3/ca32c4de8b645c96cedb80b6270a792e9601ad84/
>
> and some more.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-31 14:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30 15:29 [Buildroot] [PATCH] dhcpcd: blacklist Sourcery PowerPC toolchains Baruch Siach
2014-12-31 14:13 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox