Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] xorriso: needs threads and mmu
@ 2015-01-15  0:58 Gustavo Zacarias
  2015-01-15  8:38 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-01-15  0:58 UTC (permalink / raw)
  To: buildroot

Fixes (threads):
http://autobuild.buildroot.net/results/c2f/c2fb1cd4e9fe022e152bf6db7d5d819b08d673cd/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/xorriso/Config.in | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/package/xorriso/Config.in b/package/xorriso/Config.in
index cd60d7f..14d81fa 100644
--- a/package/xorriso/Config.in
+++ b/package/xorriso/Config.in
@@ -3,6 +3,8 @@ config BR2_PACKAGE_XORRISO
 	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	depends on BR2_USE_WCHAR
 	depends on BR2_LARGEFILE
+	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	help
 	  xorriso cd/dvd/bd iso 9660 manipulation and disc burner.
 
@@ -17,5 +19,6 @@ config BR2_PACKAGE_XORRISO
 	  http://libburnia-project.org/
 	  http://www.gnu.org/software/xorriso
 
-comment "xorriso needs a toolchain w/ wchar, largefile"
-	depends on !BR2_USE_WCHAR || !BR2_LARGEFILE
+comment "xorriso needs a toolchain w/ wchar, largefile, threads"
+	depends on BR2_USE_MMU
+	depends on !BR2_USE_WCHAR || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.0.5

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

* [Buildroot] [PATCH] xorriso: needs threads and mmu
  2015-01-15  0:58 [Buildroot] [PATCH] xorriso: needs threads and mmu Gustavo Zacarias
@ 2015-01-15  8:38 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-01-15  8:38 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Wed, 14 Jan 2015 21:58:57 -0300, Gustavo Zacarias wrote:
> Fixes (threads):
> http://autobuild.buildroot.net/results/c2f/c2fb1cd4e9fe022e152bf6db7d5d819b08d673cd/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/xorriso/Config.in | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)

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:[~2015-01-15  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15  0:58 [Buildroot] [PATCH] xorriso: needs threads and mmu Gustavo Zacarias
2015-01-15  8:38 ` Thomas Petazzoni

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