diff mbox series

[meta-oe] mercurial: upgrade 6.1 -> 6.5

Message ID 20231116200815.1489369-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] mercurial: upgrade 6.1 -> 6.5 | expand

Commit Message

Alper Ak Nov. 16, 2023, 8:08 p.m. UTC
Changelog: https://wiki.mercurial-scm.org/WhatsNew

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../mercurial/{mercurial_6.1.bb => mercurial_6.5.bb}         | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/mercurial/{mercurial_6.1.bb => mercurial_6.5.bb} (87%)

Comments

Khem Raj Nov. 20, 2023, 3:51 a.m. UTC | #1
On Thu, 16 Nov 2023 23:08:15 +0300, alperak wrote:
> Changelog: https://wiki.mercurial-scm.org/WhatsNew
> 
> 

Applied, thanks!

[1/1] mercurial: upgrade 6.1 -> 6.5
      commit: c2773fdafcd8f7bd56d7fc749306ff1ff1ed56b6

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb b/meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb
similarity index 87%
rename from meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb
rename to meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb
index a415ebc1e..112df8c1e 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"
 inherit python3native python3targetconfig
 
 SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz"
-SRC_URI[sha256sum] = "86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f"
+SRC_URI[sha256sum] = "a5603d0d395ebf67fe5d27abbb3bd37fcc01871ecf394c793672d2c1e68be7e7"
 
 S = "${WORKDIR}/mercurial-${PV}"
 
@@ -31,7 +31,6 @@  do_install () {
 }
 PACKAGES =+ "${PN}-python"
 
-FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}"
-
+FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}"
 FILES:${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}"