| Message ID | 20260816200339.1832620-2-tim.orling@konsulko.com |
|---|---|
| State | New |
| Headers | show |
| Series | python3-numpy: fix CVE_PRODUCT | expand |
diff --git a/meta/recipes-devtools/python/python3-numpy_2.5.2.bb b/meta/recipes-devtools/python/python3-numpy_2.5.2.bb index 528f037701..4406204681 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.5.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.5.2.bb @@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "d482d171c406ae88c5b19cad3b6a1c4c5209f886ab74bc44c2c865c23f GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" +CVE_PRODUCT = "numpy:numpy" + inherit pkgconfig ptest python_mesonpy github-releases cython S = "${UNPACKDIR}/numpy-${PV}"