summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-10 23:07:00 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-13 19:21:41 -0700
commit6c51fe70fa40c4d3456541101869cbd6055a17b7 (patch)
tree9ea5a1cbf752416b066ff337391a33189a01881d
parentf0f0279187a243017c96f85135f717143db2ac37 (diff)
downloadmeta-openembedded-6c51fe70fa40c4d3456541101869cbd6055a17b7.tar.gz
mercurial: upgrade 5.5 -> 6.1
Changelog from 5.5 to 6.1: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_6.1_.282022-03-01.29_to_6.1.1_.282022-04-05.29 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb (renamed from meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb b/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb
index 8049434109..3abecc3054 100644
--- a/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb
+++ b/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb
@@ -10,8 +10,7 @@ RDEPENDS:${PN} = "python3 python3-modules"
10inherit python3native 10inherit python3native
11 11
12SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" 12SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz"
13SRC_URI[md5sum] = "17b21729cbc61dda80b2e3dfc046319f" 13SRC_URI[sha256sum] = "86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f"
14SRC_URI[sha256sum] = "c1ed28e1534304a7a4981ed59905286d1c56acd5b75755eedd184171a4a782b4"
15 14
16S = "${WORKDIR}/mercurial-${PV}" 15S = "${WORKDIR}/mercurial-${PV}"
17 16