summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-06-10 21:07:05 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-22 13:03:44 -0400
commitb5d917940d79b859c7ebab0d25f512a805647b25 (patch)
tree3cbfd9b03c6aef14df6077476b8fe628347a5ed6
parentd9a433a76fa8535b96e1fbb3842bbcf07c790e85 (diff)
downloadbuildstream-b5d917940d79b859c7ebab0d25f512a805647b25.tar.gz
Source plugin tar depends on host's lzip
Issue #353
-rw-r--r--buildstream/plugins/sources/tar.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/plugins/sources/tar.py b/buildstream/plugins/sources/tar.py
index 3cd47cb8f..e32cc3dc8 100644
--- a/buildstream/plugins/sources/tar.py
+++ b/buildstream/plugins/sources/tar.py
@@ -21,6 +21,10 @@
tar - stage files from tar archives
===================================
+**Host dependencies:**
+
+ * lzip (for .tar.lz files)
+
**Usage:**
.. code:: yaml