Message ID | 20250814100330.2163083-2-alex.kanavin@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/2] gcr: fix upstream version check | expand |
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 9148fe4e36a..538154118f4 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"