You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:23:07 UTC

[buildstream] 02/06: Source plugin tar depends on host's lzip

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch jjardon/host_deps
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit bbb17b6f168f2b84da1220584747dba77ba002bd
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 21:07:05 2018 +0100

    Source plugin tar depends on host's lzip
    
    Issue #353
---
 buildstream/plugins/sources/tar.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buildstream/plugins/sources/tar.py b/buildstream/plugins/sources/tar.py
index 3cd47cb..e32cc3d 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