summaryrefslogtreecommitdiff
path: root/package/xz
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-01-09 07:40:55 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-09 13:26:27 +0100
commit799c12ebe6c830338124f90a81d12feaa08de391 (patch)
treec629d04533eaed45094eac09fe6d49373922c194 /package/xz
parent9d81bf795734c94fc3e35ba17a4991fce11359e3 (diff)
xz-utils: needs threads
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xz')
-rw-r--r--package/xz/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/xz/Config.in b/package/xz/Config.in
index 50116f299..55beb4291 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