summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-08-14 12:03:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-19 09:48:36 +0100
commit0c1cfdedd5aa72adf0e0074ef0c392a8da34ca96 (patch)
tree21c64af1189bc70fe3582bffcd50a35509febf65 /meta/recipes-devtools/python
parentd6ff52a63b2d27951d1c329beddfec26f3a165fa (diff)
downloadpoky-0c1cfdedd5aa72adf0e0074ef0c392a8da34ca96.tar.gz
python3-coherent-licensed: fix upstream version check
(From OE-Core rev: f9235cef554a5fc9db474edea5fe13a78fc6b12f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb b/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb
index 9148fe4e36..538154118f 100644
--- a/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb
+++ b/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb
@@ -11,5 +11,6 @@ SRC_URI[sha256sum] = "d8071403ce742d3ac3592ddc4fb7057a46caffb415b928b4d52802e5f2
11inherit pypi python_flit_core 11inherit pypi python_flit_core
12 12
13PYPI_PACKAGE = "coherent_licensed" 13PYPI_PACKAGE = "coherent_licensed"
14UPSTREAM_CHECK_PYPI_PACKAGE = "coherent_licensed"
14 15
15BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"