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>
This commit is contained in:
Paul Eggleton
2014-06-17 18:34:58 +01:00
committed by Martin Jansa
parent cf2140877b
commit 87b89ba7a1
@@ -4,14 +4,8 @@ LICENSE = "Artistic-License-2.0"
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02"
SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.bz2"
SRC_URI[md5sum] = "d55ff76f5caa83efc23aa527dbb0b191"
SRC_URI[sha256sum] = "edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2"
SRC_URI[md5sum] = "efe8e9e4cad5f3264a32258a63bf2c8e"
SRC_URI[sha256sum] = "76f3999b1c3b3027163dce6ef667cdf8dafb75218ee25e54a03bfe590478f90e"
inherit autotools
# broken autotools
do_configure() {
cp ${S}/autoconf/configure.in ${S}
gnu-configize --force
oe_runconf
}