All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] spice: arch-mask toolchain comment
@ 2016-02-17 19:28 Gustavo Zacarias
  2016-02-17 20:32 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2016-02-17 19:28 UTC (permalink / raw)
  To: buildroot

Otherwise it shows up for other architectures with minimal toolchains
giving the impression that it's available/tested.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/spice/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/spice/Config.in b/package/spice/Config.in
index f1fcf69..bde3a92 100644
--- a/package/spice/Config.in
+++ b/package/spice/Config.in
@@ -1,4 +1,5 @@
 comment "spice server needs a toolchain w/ wchar, threads"
+	depends on BR2_i386 || BR2_x86_64
 	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
 
 comment "spice server depends on python (for pyparsing)"
-- 
2.4.10

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

* [Buildroot] [PATCH] spice: arch-mask toolchain comment
  2016-02-17 19:28 [Buildroot] [PATCH] spice: arch-mask toolchain comment Gustavo Zacarias
@ 2016-02-17 20:32 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2016-02-17 20:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Otherwise it shows up for other architectures with minimal toolchains
 > giving the impression that it's available/tested.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-02-17 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-17 19:28 [Buildroot] [PATCH] spice: arch-mask toolchain comment Gustavo Zacarias
2016-02-17 20:32 ` 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.