summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/mercurial
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-07-21 16:48:20 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-24 15:31:49 +0200
commit126d63b9bea9b4130d20e140b947ab8b98863cc0 (patch)
tree79f4329b4c76107ecd58c554b9c2a8fd5df49868 /meta-oe/recipes-devtools/mercurial
parent321c808a57e657c857dfe412d3c09839ebac27f1 (diff)
downloadmeta-openembedded-126d63b9bea9b4130d20e140b947ab8b98863cc0.tar.gz
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@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/mercurial')
-rw-r--r--meta-oe/recipes-devtools/mercurial/mercurial-native_3.0.1.bb (renamed from meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb)5
1 files 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
index 516a9ecc4..9a5eebe32 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"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6DEPENDS = "python-native" 6DEPENDS = "python-native"
7PR = "r2"
8 7
9SRC_URI = "http://mercurial.selenic.com/release/mercurial-${PV}.tar.gz" 8SRC_URI = "http://mercurial.selenic.com/release/mercurial-${PV}.tar.gz"
10SRC_URI[md5sum] = "d4842129fa2732eb6ed1180467bc32e2" 9SRC_URI[md5sum] = "15de301a673b77f839325dba10ed4fc0"
11SRC_URI[sha256sum] = "711e4b1cd2924a7a88499d6c431a9122390183bf554d4e153edbb3b2f30123e0" 10SRC_URI[sha256sum] = "36e48b59a84ef5a222d06596971e955ac8217e56b076dfb94c8ce5a0c29fd705"
12 11
13S = "${WORKDIR}/mercurial-${PV}" 12S = "${WORKDIR}/mercurial-${PV}"
14 13