ONIE: missing dependency on file
A very minimal build worker might not have it, so check for its presence as well.
This commit is contained in:
parent
2aff516e1f
commit
e47652d841
|
@ -57,6 +57,7 @@ Check_lockfile .lock
|
||||||
Create_lockfile .lock
|
Create_lockfile .lock
|
||||||
|
|
||||||
Check_package host /bin/cpio cpio
|
Check_package host /bin/cpio cpio
|
||||||
|
Check_package host /usr/bin/file file
|
||||||
Check_package host /usr/bin/sha1sum coreutils
|
Check_package host /usr/bin/sha1sum coreutils
|
||||||
Check_package host /bin/zcat gzip
|
Check_package host /bin/zcat gzip
|
||||||
Check_package host /bin/gzip gzip
|
Check_package host /bin/gzip gzip
|
||||||
|
|
Loading…
Reference in New Issue