mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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] fb7c05c262
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
|