summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-22 11:16:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-25 15:07:50 +0000
commitbef2724dcb97e69ba500cdcee51351bb62482340 (patch)
tree32bb8c1bc5da34df8c19851c802c6ccc03a9d8b4
parent55afe9401d0cefcbb746074922d566a39799b94b (diff)
downloadpoky-bef2724dcb97e69ba500cdcee51351bb62482340.tar.gz
python3-numpy: set PIP_INSTALL_PACKAGE
The recipe does not inherit pypi so we need to manually set PIP_INSTALL_PACKAGE appropriately. [YOCTO #14638] (From OE-Core rev: 6663aaa636f06991ed1cff58178e378eeebadf44) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-numpy_1.22.2.bb1
1 files changed, 1 insertions, 0 deletions
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<pver>\d+(\.\d+)+)\.tar"
20DEPENDS += "python3-cython-native" 20DEPENDS += "python3-cython-native"
21 21
22inherit ptest setuptools3 22inherit ptest setuptools3
23PIP_INSTALL_PACKAGE = "numpy"
23 24
24S = "${WORKDIR}/numpy-${PV}" 25S = "${WORKDIR}/numpy-${PV}"
25 26