summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pv
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-06-17 18:34:58 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 10:36:54 +0200
commit87b89ba7a163ab2dbcb9b0d408da58001c93ce42 (patch)
tree21fe012a0e1b1fe857647175225fe4605328d965 /meta-oe/recipes-support/pv
parentcf2140877b403bec838ac81aeb7b820eee79ee86 (diff)
downloadmeta-openembedded-87b89ba7a163ab2dbcb9b0d408da58001c93ce42.tar.gz
pv: upgrade to 1.5.3
Autotools breakage fixed upstream (which also fixes the S!=B issue). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pv')
-rw-r--r--meta-oe/recipes-support/pv/pv_1.5.3.bb (renamed from meta-oe/recipes-support/pv/pv_1.4.6.bb)10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/pv/pv_1.4.6.bb b/meta-oe/recipes-support/pv/pv_1.5.3.bb
index 8aec14ccf..56954122c 100644
--- a/meta-oe/recipes-support/pv/pv_1.4.6.bb
+++ b/meta-oe/recipes-support/pv/pv_1.5.3.bb
@@ -4,14 +4,8 @@ LICENSE = "Artistic-License-2.0"
4LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02" 4LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02"
5 5
6SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.bz2" 6SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.bz2"
7SRC_URI[md5sum] = "d55ff76f5caa83efc23aa527dbb0b191" 7SRC_URI[md5sum] = "efe8e9e4cad5f3264a32258a63bf2c8e"
8SRC_URI[sha256sum] = "edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2" 8SRC_URI[sha256sum] = "76f3999b1c3b3027163dce6ef667cdf8dafb75218ee25e54a03bfe590478f90e"
9 9
10inherit autotools 10inherit autotools
11 11
12# broken autotools
13do_configure() {
14 cp ${S}/autoconf/configure.in ${S}
15 gnu-configize --force
16 oe_runconf
17}