aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pv/pv_1.6.20.bb
diff options
context:
space:
mode:
authorMichael Weiß <michael.weiss@aisec.fraunhofer.de>2023-07-13 09:48:11 +0200
committerKhem Raj <raj.khem@gmail.com>2023-07-13 07:22:45 -0700
commitad0c005f9ead2590e3f8e91dcba5f968a0dae03a (patch)
treeb52dcad6cfafd661578f20264874b3dbd444e357 /meta-oe/recipes-support/pv/pv_1.6.20.bb
parente6a562bef712dc022d5cde4fcee1dc08d2989352 (diff)
downloadmeta-openembedded-contrib-ad0c005f9ead2590e3f8e91dcba5f968a0dae03a.tar.gz
pv: Show progress bar even if no terminal is set as in 1.6.6
The currently used version 1.6.20 of pv does not show the progress bar if no controlling terminal is set. Added a patch which restores previous behavior of pv as in version 1.6.6. Tested with pv in the busybox initscript of GyroidOS which is running on /dev/console (which has no controlling tty). With this fix, we get the progress bar back on /dev/console as before. This was also submitted upstream but dangling since several Months: https://github.com/a-j-wood/pv/pull/64 Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pv/pv_1.6.20.bb')
-rw-r--r--meta-oe/recipes-support/pv/pv_1.6.20.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pv/pv_1.6.20.bb b/meta-oe/recipes-support/pv/pv_1.6.20.bb
index 867a621d1a..6d449a945b 100644
--- a/meta-oe/recipes-support/pv/pv_1.6.20.bb
+++ b/meta-oe/recipes-support/pv/pv_1.6.20.bb
@@ -5,6 +5,7 @@ LICENSE = "Artistic-2.0"
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02"
SRC_URI = "https://www.ivarch.com/programs/sources/${BP}.tar.bz2 \
+ file://0001-pv-display-handle-error-of-tcgetpgrp-in-pv_in_foregr.patch \
file://run-ptest \
"
SRC_URI[sha256sum] = "e831951eff0718fba9b1ef286128773b9d0e723e1fbfae88d5a3188814fdc603"