For change log since 1.9.0, see: https://codeberg.org/ivarch/pv/src/tag/v1.10.3/docs/NEWS.md Upstream commit [1], included in version 1.9.42, introduced a use of fork(). This commit adds this new dependency. The pgp key ID used to sign the source archive changed. This commit updates the comment in the hash file. [1] https://codeberg.org/ivarch/pv/commit/fb7c05c2629cfa9770b44b7bf71e0faced60b55d Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
config BR2_PACKAGE_PV
|
|
bool "pv"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Pipe Viewer - is a terminal-based tool for
|
|
monitoring the progress of data through a
|
|
pipeline.
|
|
|
|
http://www.ivarch.com/programs/pv.shtml
|