diff mbox series

[meta-python,06/11] python3-ukkonen: Update to latest from git repo

Message ID 20251025034017.2071643-6-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,01/11] botan: Upgrade to 3.9.0 | expand

Commit Message

Khem Raj Oct. 25, 2025, 3:40 a.m. UTC
It has no releases in past 4 years but git repo is getting updates
there are fixes needed to build with newer python and gcc-15 accumulated
over time.

Switch URI to use git fetcher until next release comes out

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../{python3-ukkonen_1.0.1.bb => python3-ukkonen_git.bb}    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-ukkonen_1.0.1.bb => python3-ukkonen_git.bb} (63%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb b/meta-python/recipes-devtools/python/python3-ukkonen_git.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb
rename to meta-python/recipes-devtools/python/python3-ukkonen_git.bb
index f1f35ecceb..b9e85e78be 100644
--- a/meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-ukkonen_git.bb
@@ -4,9 +4,11 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033"

 PYPI_PACKAGE = "ukkonen"

-inherit pypi setuptools3
-SRC_URI[sha256sum] = "976ad9a991c9cb99a7c318695a5f6b46236bbd4c33c5b55273fa241dfca8e0fa"
+inherit setuptools3

+PV = "1.0.1+git"
+SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main"
+SRCREV = "ad108a16e8203867f4860287b61149e0bdd838ca"
 DEPENDS += " \
 	python3-pip-native \
 	python3-cffi-native \