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:10 UTC

[buildstream] 05/06: Source plugin patch depends on host's patch

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 0396d804f8698179e07aac8c67e8b4d6fae4e4e8
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 21:14:51 2018 +0100

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

diff --git a/buildstream/plugins/sources/patch.py b/buildstream/plugins/sources/patch.py
index 4640de1..11b66b3 100644
--- a/buildstream/plugins/sources/patch.py
+++ b/buildstream/plugins/sources/patch.py
@@ -21,6 +21,10 @@
 patch - apply locally stored patches
 ====================================
 
+**Host dependencies:**
+
+  * patch
+
 **Usage:**
 
 .. code:: yaml