diff options
| author | Tim Orling <ticotimo@gmail.com> | 2022-02-22 11:16:54 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 15:07:50 +0000 |
| commit | bef2724dcb97e69ba500cdcee51351bb62482340 (patch) | |
| tree | 32bb8c1bc5da34df8c19851c802c6ccc03a9d8b4 | |
| parent | 55afe9401d0cefcbb746074922d566a39799b94b (diff) | |
| download | poky-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.bb | 1 |
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" | |||
| 20 | DEPENDS += "python3-cython-native" | 20 | DEPENDS += "python3-cython-native" |
| 21 | 21 | ||
| 22 | inherit ptest setuptools3 | 22 | inherit ptest setuptools3 |
| 23 | PIP_INSTALL_PACKAGE = "numpy" | ||
| 23 | 24 | ||
| 24 | S = "${WORKDIR}/numpy-${PV}" | 25 | S = "${WORKDIR}/numpy-${PV}" |
| 25 | 26 | ||
