All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] xz-utils: needs threads
@ 2015-01-09 10:40 Gustavo Zacarias
  2015-01-09 12:27 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-01-09 10:40 UTC (permalink / raw)
  To: buildroot

It's one of the major features of the 5.2.0 release. Fixes:
http://autobuild.buildroot.net/results/e86/e86e97ff7887f1bdc6bf913498392ff50f56ea88/

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

diff --git a/package/xz/Config.in b/package/xz/Config.in
index 50116f2..55beb42 100644
--- a/package/xz/Config.in
+++ b/package/xz/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_XZ
 	bool "xz-utils"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 	  compression format, which provides memory-hungry but powerful
@@ -12,3 +13,6 @@ config BR2_PACKAGE_XZ
 	  package.
 
 	  http://tukaani.org/xz/
+
+comment "xz-utils needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.0.5

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

* [Buildroot] [PATCH] xz-utils: needs threads
  2015-01-09 10:40 [Buildroot] [PATCH] xz-utils: needs threads Gustavo Zacarias
@ 2015-01-09 12:27 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-01-09 12:27 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Fri,  9 Jan 2015 07:40:55 -0300, Gustavo Zacarias wrote:
> It's one of the major features of the 5.2.0 release. Fixes:
> http://autobuild.buildroot.net/results/e86/e86e97ff7887f1bdc6bf913498392ff50f56ea88/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/xz/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)

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-09 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-09 10:40 [Buildroot] [PATCH] xz-utils: needs threads Gustavo Zacarias
2015-01-09 12:27 ` Thomas Petazzoni

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.