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>
This commit is contained in:
Alexander Kanavin 2025-08-14 12:03:30 +02:00 committed by Richard Purdie
parent d6ff52a63b
commit 0c1cfdedd5

View 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"