summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-11-16 23:08:15 +0300
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:27 -0800
commitc2773fdafcd8f7bd56d7fc749306ff1ff1ed56b6 (patch)
treedecc69fa1dc44e893c88b62dacd602b9c37ad99c
parentd8bd619184e6b0c11043d06d66d03dd19fd67a20 (diff)
downloadmeta-openembedded-c2773fdafcd8f7bd56d7fc749306ff1ff1ed56b6.tar.gz
mercurial: upgrade 6.1 -> 6.5
Changelog: https://wiki.mercurial-scm.org/WhatsNew Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb (renamed from meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb b/meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb
index a415ebc1e8..112df8c1e8 100644
--- a/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb
+++ b/meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb
@@ -10,7 +10,7 @@ RDEPENDS:${PN} = "python3 python3-modules"
10inherit python3native python3targetconfig 10inherit python3native python3targetconfig
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[sha256sum] = "86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f" 13SRC_URI[sha256sum] = "a5603d0d395ebf67fe5d27abbb3bd37fcc01871ecf394c793672d2c1e68be7e7"
14 14
15S = "${WORKDIR}/mercurial-${PV}" 15S = "${WORKDIR}/mercurial-${PV}"
16 16
@@ -31,7 +31,6 @@ do_install () {
31} 31}
32PACKAGES =+ "${PN}-python" 32PACKAGES =+ "${PN}-python"
33 33
34FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" 34FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}"
35
36FILES:${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" 35FILES:${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}"
37 36