]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-coherent-licensed: fix upstream version check
authorAlexander Kanavin <alex@linutronix.de>
Thu, 14 Aug 2025 10:03:30 +0000 (12:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Aug 2025 08:48:33 +0000 (09:48 +0100)
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>
meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb

index 9148fe4e36a15eaa81e120fd2032fb1ad5c241fd..538154118f4dcd67b5176fb7e2daaf1f7346111a 100644 (file)
@@ -11,5 +11,6 @@ SRC_URI[sha256sum] = "d8071403ce742d3ac3592ddc4fb7057a46caffb415b928b4d52802e5f2
 inherit pypi python_flit_core
 
 PYPI_PACKAGE = "coherent_licensed"
+UPSTREAM_CHECK_PYPI_PACKAGE = "coherent_licensed"
 
 BBCLASSEXTEND = "native nativesdk"