[oe-commits] Darren Hart : mercurial: Update mercurial to 3.0.1

git at git.openembedded.org git at git.openembedded.org
Thu Jul 24 14:01:09 UTC 2014


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

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Mon Jul 21 16:48:20 2014 +0000

mercurial: Update mercurial to 3.0.1

Update the mercurial version to 3.0.1.
Update the checksums.
Remove the PR per current best-practice.

This resolves an issue with Mercurial 1.9 where fetching from behind a
proxy breaks with a python stack trace. The current python
httpconnection class no longer has the port setter method.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../mercurial/{mercurial-native_1.9.bb => mercurial-native_3.0.1.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb b/meta-oe/recipes-devtools/mercurial/mercurial-native_3.0.1.bb
similarity index 82%
rename from meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb
rename to meta-oe/recipes-devtools/mercurial/mercurial-native_3.0.1.bb
index 516a9ec..9a5eebe 100644
--- a/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb
+++ b/meta-oe/recipes-devtools/mercurial/mercurial-native_3.0.1.bb
@@ -4,11 +4,10 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 DEPENDS = "python-native"
-PR = "r2"
 
 SRC_URI = "http://mercurial.selenic.com/release/mercurial-${PV}.tar.gz"
-SRC_URI[md5sum] = "d4842129fa2732eb6ed1180467bc32e2"
-SRC_URI[sha256sum] = "711e4b1cd2924a7a88499d6c431a9122390183bf554d4e153edbb3b2f30123e0"
+SRC_URI[md5sum] = "15de301a673b77f839325dba10ed4fc0"
+SRC_URI[sha256sum] = "36e48b59a84ef5a222d06596971e955ac8217e56b076dfb94c8ce5a0c29fd705"
 
 S = "${WORKDIR}/mercurial-${PV}"
 



More information about the Openembedded-commits mailing list