Message ID | 20241126180036.2500959-1-tgamblin@baylibre.com |
---|---|
State | New |
Headers | show |
Series | python3-numpy: inherit pkgconfig | expand |
diff --git a/meta/recipes-devtools/python/python3-numpy_2.1.3.bb b/meta/recipes-devtools/python/python3-numpy_2.1.3.bb index da75dff1e0..0120bee439 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.1.3.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.1.3.bb @@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "aa08e04e08aaf974d4458def539dece0d28146d866a39da5639596f492 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" -inherit ptest python_mesonpy github-releases cython +inherit pkgconfig ptest python_mesonpy github-releases cython S = "${WORKDIR}/numpy-${PV}"
This was supposed to be added in oe-core commit fd656aaf7fbe ("python3-numpy: upgrade 1.26.4 -> 2.1.3"), but it somehow got missed in the final version of that patch. Add it now to fix possible do_compile errors. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> --- meta/recipes-devtools/python/python3-numpy_2.1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)