From: Alexander Kanavin Date: Thu, 14 Aug 2025 10:03:30 +0000 (+0200) Subject: python3-coherent-licensed: fix upstream version check X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9235cef554a5fc9db474edea5fe13a78fc6b12f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-coherent-licensed: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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 inherit pypi python_flit_core PYPI_PACKAGE = "coherent_licensed" +UPSTREAM_CHECK_PYPI_PACKAGE = "coherent_licensed" BBCLASSEXTEND = "native nativesdk"