From: Tim Orling Date: Tue, 22 Feb 2022 19:16:54 +0000 (-0800) Subject: python3-numpy: set PIP_INSTALL_PACKAGE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6663aaa636f06991ed1cff58178e378eeebadf44;p=openembedded-core.git python3-numpy: set PIP_INSTALL_PACKAGE The recipe does not inherit pypi so we need to manually set PIP_INSTALL_PACKAGE appropriately. [YOCTO #14638] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-numpy_1.22.2.bb b/meta/recipes-devtools/python/python3-numpy_1.22.2.bb index 52fbca94e2..d2b2f3e38d 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.22.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.22.2.bb @@ -20,6 +20,7 @@ UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar" DEPENDS += "python3-cython-native" inherit ptest setuptools3 +PIP_INSTALL_PACKAGE = "numpy" S = "${WORKDIR}/numpy-${PV}"