diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-02-28 12:14:13 -0600 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-01 09:06:56 -0800 |
commit | 2f4a34cb1e3c46a1da110ac49d6cc5bac3d392e9 (patch) | |
tree | 3be94339442daaa515c0b6f816d6ba54e19a4d41 /meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | |
parent | 02543ea3ef8c9651c82ce53318d566b7bbcf2ea1 (diff) | |
download | meta-openembedded-2f4a34cb1e3c46a1da110ac49d6cc5bac3d392e9.tar.gz |
python3-pybind11: Override pip install variables
Fix the pip install variables since the default values don't work
here.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb index dfacb41f1..4d94e2033 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | |||
@@ -19,6 +19,9 @@ EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF" | |||
19 | 19 | ||
20 | inherit cmake setuptools3 python3native | 20 | inherit cmake setuptools3 python3native |
21 | 21 | ||
22 | PIP_INSTALL_DIST_PATH = "${S}/dist" | ||
23 | PIP_INSTALL_PACKAGE = "pybind11" | ||
24 | |||
22 | do_configure() { | 25 | do_configure() { |
23 | cmake_do_configure | 26 | cmake_do_configure |
24 | } | 27 | } |