diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-06-09 09:07:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-10 20:55:07 -0700 |
commit | 7ff5e3093662b80d061bfab6d378307498ef43f5 (patch) | |
tree | 882d707061288683a6684e385eab4db2e08f855f /meta-oe/recipes-devtools | |
parent | 5599fcfe8e1e6804a137ece5f641576243aceb2b (diff) | |
download | meta-openembedded-7ff5e3093662b80d061bfab6d378307498ef43f5.tar.gz |
mercurial: upgrade 5.2 -> 5.4
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/mercurial/mercurial_5.4.bb (renamed from meta-oe/recipes-devtools/mercurial/mercurial_5.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_5.2.bb b/meta-oe/recipes-devtools/mercurial/mercurial_5.4.bb index 6dedb02aa3..fa3c734519 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial_5.2.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial_5.4.bb | |||
@@ -10,8 +10,8 @@ RDEPENDS_${PN} = "python3 python3-modules" | |||
10 | inherit python3native | 10 | inherit python3native |
11 | 11 | ||
12 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" | 12 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" |
13 | SRC_URI[md5sum] = "9ba9d59157c002db8d8cab680de08eb5" | 13 | SRC_URI[md5sum] = "0859029d0bb54bcf7c583c55680573cb" |
14 | SRC_URI[sha256sum] = "ff030e923f03ee15c91191996fcb099bfcfa60c7df263be227f67b6a65d36194" | 14 | SRC_URI[sha256sum] = "1df8d1978aefcbb65dc51e3666a452583f47aeaf3c5682e4c00a3b23cd805d6a" |
15 | 15 | ||
16 | S = "${WORKDIR}/mercurial-${PV}" | 16 | S = "${WORKDIR}/mercurial-${PV}" |
17 | 17 | ||