Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] lua-ev: disable on avr32 and blackfin
@ 2013-11-29  8:18 spdawson at gmail.com
  2013-11-29  9:01 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: spdawson at gmail.com @ 2013-11-29  8:18 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

lua-ev is a reverse dependency of libev, but the architecture filtering is
not propagated. Fixes autobuild failure such as the following.

  http://autobuild.buildroot.net/results/387/38704a4362ab6c3458c45603975b274937059fa9/

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 package/lua-ev/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lua-ev/Config.in b/package/lua-ev/Config.in
index 1e89c27..4f704ad 100644
--- a/package/lua-ev/Config.in
+++ b/package/lua-ev/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LUA_EV
 	bool "lua-ev"
 	select BR2_PACKAGE_LIBEV
+	depends on !(BR2_avr32 || BR2_bfin) # libev
 	help
 	  Get access to the libev library from Lua.
 
-- 
1.8.3.2

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

* [Buildroot] [PATCH] lua-ev: disable on avr32 and blackfin
  2013-11-29  8:18 [Buildroot] [PATCH] lua-ev: disable on avr32 and blackfin spdawson at gmail.com
@ 2013-11-29  9:01 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-11-29  9:01 UTC (permalink / raw)
  To: buildroot

>>>>> "spdawson" == spdawson  <spdawson@gmail.com> writes:

 > From: Simon Dawson <spdawson@gmail.com>
 > lua-ev is a reverse dependency of libev, but the architecture filtering is
 > not propagated. Fixes autobuild failure such as the following.

 >   http://autobuild.buildroot.net/results/387/38704a4362ab6c3458c45603975b274937059fa9/

 > Signed-off-by: Simon Dawson <spdawson@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-11-29  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29  8:18 [Buildroot] [PATCH] lua-ev: disable on avr32 and blackfin spdawson at gmail.com
2013-11-29  9:01 ` Peter Korsgaard

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