diff options
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.bb | 28 |
1 files changed, 0 insertions, 28 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 deleted file mode 100644 index 6a739af927..0000000000 --- a/meta-oe/recipes-support/pv/pv_1.6.20.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | SUMMARY = "Terminal-based tool for monitoring the progress of data through a pipeline" | ||
2 | HOMEPAGE = "http://www.ivarch.com/programs/pv.shtml" | ||
3 | |||
4 | LICENSE = "Artistic-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02" | ||
6 | |||
7 | SRC_URI = "https://www.ivarch.com/programs/sources/${BP}.tar.bz2 \ | ||
8 | file://0001-pv-display-handle-error-of-tcgetpgrp-in-pv_in_foregr.patch \ | ||
9 | file://run-ptest \ | ||
10 | " | ||
11 | SRC_URI[sha256sum] = "e831951eff0718fba9b1ef286128773b9d0e723e1fbfae88d5a3188814fdc603" | ||
12 | |||
13 | UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml" | ||
14 | UPSTREAM_CHECK_REGEX = "pv-(?P<pver>\d+(\.\d+)+).tar.bz2" | ||
15 | |||
16 | inherit autotools ptest | ||
17 | |||
18 | LDEMULATION:mipsarchn32 = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', 'elf32btsmipn32', 'elf32ltsmipn32', d)}" | ||
19 | export LDEMULATION | ||
20 | |||
21 | RDEPENDS:${PN}-ptest += "coreutils ${PN}" | ||
22 | |||
23 | do_install_ptest() { | ||
24 | install -d ${D}${PTEST_PATH}/tests | ||
25 | cp -r ${S}/tests/* ${D}${PTEST_PATH}/tests | ||
26 | cp -r ${S}/autoconf/scripts/run-test.sh ${D}${PTEST_PATH} | ||
27 | # sed -i -e 's@\$SRCDIR/@./@g' ${D}${PTEST_PATH}/run-ptest | ||
28 | } | ||