summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pv
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/pv
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/pv')
-rw-r--r--meta-oe/recipes-support/pv/pv_1.4.6.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pv/pv_1.4.6.bb b/meta-oe/recipes-support/pv/pv_1.4.6.bb
new file mode 100644
index 0000000000..8aec14ccfe
--- /dev/null
+++ b/meta-oe/recipes-support/pv/pv_1.4.6.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline."
2
3LICENSE = "Artistic-License-2.0"
4LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02"
5
6SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.bz2"
7SRC_URI[md5sum] = "d55ff76f5caa83efc23aa527dbb0b191"
8SRC_URI[sha256sum] = "edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2"
9
10inherit autotools
11
12# broken autotools
13do_configure() {
14 cp ${S}/autoconf/configure.in ${S}
15 gnu-configize --force
16 oe_runconf
17}