diff options
author | alperak <alperyasinak1@gmail.com> | 2023-11-16 23:08:15 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:27 -0800 |
commit | c2773fdafcd8f7bd56d7fc749306ff1ff1ed56b6 (patch) | |
tree | decc69fa1dc44e893c88b62dacd602b9c37ad99c | |
parent | d8bd619184e6b0c11043d06d66d03dd19fd67a20 (diff) | |
download | meta-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" | |||
10 | inherit python3native python3targetconfig | 10 | inherit python3native python3targetconfig |
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[sha256sum] = "86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f" | 13 | SRC_URI[sha256sum] = "a5603d0d395ebf67fe5d27abbb3bd37fcc01871ecf394c793672d2c1e68be7e7" |
14 | 14 | ||
15 | S = "${WORKDIR}/mercurial-${PV}" | 15 | S = "${WORKDIR}/mercurial-${PV}" |
16 | 16 | ||
@@ -31,7 +31,6 @@ do_install () { | |||
31 | } | 31 | } |
32 | PACKAGES =+ "${PN}-python" | 32 | PACKAGES =+ "${PN}-python" |
33 | 33 | ||
34 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 34 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}" |
35 | |||
36 | FILES:${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" | 35 | FILES:${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" |
37 | 36 | ||