mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 18:24:26 +00: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…
x
Reference in New Issue
Block a user