Skip to content

Commit

Permalink
chore: add patch dependency
Browse files Browse the repository at this point in the history
Add dependency on `patch` where it was missing. Not really know how it builds
right now without this though.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Aug 16, 2021
1 parent 2368154 commit bf4540d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpio/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: cpio
dependencies:
- stage: base
- stage: autoconf
- stage: patch
steps:
- sources:
- url: https://ftp.gnu.org/gnu/cpio/cpio-2.13.tar.gz
Expand Down
1 change: 1 addition & 0 deletions perl/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: perl
dependencies:
- stage: base
- stage: patch
steps:
- sources:
- url: https://www.cpan.org/src/5.0/perl-5.28.2.tar.xz
Expand Down
1 change: 1 addition & 0 deletions rhash/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: rhash
dependencies:
- stage: base
- stage: libressl
- stage: patch
steps:
- sources:
- url: http://deb.debian.org/debian/pool/main/r/rhash/rhash_1.4.1.orig.tar.gz
Expand Down
1 change: 1 addition & 0 deletions tar/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: tar
dependencies:
- stage: base
- stage: patch
steps:
- sources:
- url: https://ftp.gnu.org/gnu/tar/tar-1.30.tar.xz
Expand Down

0 comments on commit bf4540d

Please sign in to comment.