mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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>
This commit is contained in:
parent
02543ea3ef
commit
2f4a34cb1e
|
|
@ -19,6 +19,9 @@ EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF"
|
|||
|
||||
inherit cmake setuptools3 python3native
|
||||
|
||||
PIP_INSTALL_DIST_PATH = "${S}/dist"
|
||||
PIP_INSTALL_PACKAGE = "pybind11"
|
||||
|
||||
do_configure() {
|
||||
cmake_do_configure
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user