[oe-commits] Paul Eggleton : pv: upgrade to 1.5.3

git at git.openembedded.org git at git.openembedded.org
Wed Jun 18 08:15:59 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 3f212a8d0b63678847e5e2d9289d527a3b0e2b69
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3f212a8d0b63678847e5e2d9289d527a3b0e2b69

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Jun 17 18:34:58 2014 +0100

pv: upgrade to 1.5.3

Autotools breakage fixed upstream (which also fixes the S!=B issue).

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/pv/{pv_1.4.6.bb => pv_1.5.3.bb} | 10 ++--------
 1 file 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
similarity index 55%
rename from meta-oe/recipes-support/pv/pv_1.4.6.bb
rename to meta-oe/recipes-support/pv/pv_1.5.3.bb
index 8aec14c..5695412 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"
 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
-}



More information about the Openembedded-commits mailing list