diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-06-17 18:34:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 10:36:54 +0200 |
commit | 87b89ba7a163ab2dbcb9b0d408da58001c93ce42 (patch) | |
tree | 21fe012a0e1b1fe857647175225fe4605328d965 | |
parent | cf2140877b403bec838ac81aeb7b820eee79ee86 (diff) | |
download | meta-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>
-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" | |||
4 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02" | 4 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02" |
5 | 5 | ||
6 | SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.bz2" | 6 | SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.bz2" |
7 | SRC_URI[md5sum] = "d55ff76f5caa83efc23aa527dbb0b191" | 7 | SRC_URI[md5sum] = "efe8e9e4cad5f3264a32258a63bf2c8e" |
8 | SRC_URI[sha256sum] = "edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2" | 8 | SRC_URI[sha256sum] = "76f3999b1c3b3027163dce6ef667cdf8dafb75218ee25e54a03bfe590478f90e" |
9 | 9 | ||
10 | inherit autotools | 10 | inherit autotools |
11 | 11 | ||
12 | # broken autotools | ||
13 | do_configure() { | ||
14 | cp ${S}/autoconf/configure.in ${S} | ||
15 | gnu-configize --force | ||
16 | oe_runconf | ||
17 | } | ||