From: spdawson at gmail.com <spdawson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] lua-ev: disable on avr32 and blackfin
Date: Fri, 29 Nov 2013 08:18:34 +0000 [thread overview]
Message-ID: <1385713114-3847-1-git-send-email-spdawson@gmail.com> (raw)
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
next reply other threads:[~2013-11-29 8:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-29 8:18 spdawson at gmail.com [this message]
2013-11-29 9:01 ` [Buildroot] [PATCH] lua-ev: disable on avr32 and blackfin Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1385713114-3847-1-git-send-email-spdawson@gmail.com \
--to=spdawson@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox