All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/openobex: disable on Blackfin
@ 2017-11-01 20:11 Samuel Martin
  2017-11-01 20:11 ` [Buildroot] [PATCH 2/4] package/opencv: fix build failure Samuel Martin
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Samuel Martin @ 2017-11-01 20:11 UTC (permalink / raw)
  To: buildroot

Openobex uses accept4 syscall, which is not available on Blackfin flavored uclibc.
So, diasble openobex on blackfin (do not add extra checks on the c-library since
uclibc is the only choice for Blackfin).

Fixed:
  http://autobuild.buildroot.net/results/78e033fe9f43845581a5d87b21a8451f67520e44

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 package/openobex/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/openobex/Config.in b/package/openobex/Config.in
index e611b8d803..4a4dc214ef 100644
--- a/package/openobex/Config.in
+++ b/package/openobex/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_OPENOBEX
 	bool "openobex"
+	depends on !BR2_bfin
 	help
 	  Free open source implementation of the Object Exchange (OBEX)
 	  protocol.
-- 
2.15.0

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

end of thread, other threads:[~2017-11-02 21:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01 20:11 [Buildroot] [PATCH 1/4] package/openobex: disable on Blackfin Samuel Martin
2017-11-01 20:11 ` [Buildroot] [PATCH 2/4] package/opencv: fix build failure Samuel Martin
2017-11-02 12:32   ` Thomas Petazzoni
2017-11-01 20:11 ` [Buildroot] [PATCH 3/4] package/opencv: add hashes for patch and license files Samuel Martin
2017-11-02 12:33   ` Thomas Petazzoni
2017-11-01 20:11 ` [Buildroot] [PATCH 4/4] package/ussp-push: removed deprecated/no longer needed deps on openobex-bluez Samuel Martin
2017-11-02 13:18   ` Thomas Petazzoni
2017-11-02 21:34   ` Thomas Petazzoni
2017-11-01 22:23 ` [Buildroot] [PATCH 1/4] package/openobex: disable on Blackfin Thomas Petazzoni
2017-11-02  2:14   ` Waldemar Brodkorb
2017-11-02  8:07     ` Thomas Petazzoni
2017-11-02  8:01   ` Samuel Martin
2017-11-02 10:38     ` Thomas Petazzoni
2017-11-02 10:42       ` Samuel Martin

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.