summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-06-10 21:07:05 +0100
committerJavier Jardón <jjardon@gnome.org>2018-06-21 19:45:59 +0100
commitbbb17b6f168f2b84da1220584747dba77ba002bd (patch)
tree326c508d8d6ae17274f9867dc89cf41ed22bc4a1
parent3e053f31e4a3a0fce5369e27b9b8907cb6a98087 (diff)
downloadbuildstream-bbb17b6f168f2b84da1220584747dba77ba002bd.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