From 2f4a34cb1e3c46a1da110ac49d6cc5bac3d392e9 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 28 Feb 2022 12:14:13 -0600 Subject: python3-pybind11: Override pip install variables Fix the pip install variables since the default values don't work here. Signed-off-by: Tom Hochstein Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb') 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" inherit cmake setuptools3 python3native +PIP_INSTALL_DIST_PATH = "${S}/dist" +PIP_INSTALL_PACKAGE = "pybind11" + do_configure() { cmake_do_configure } -- cgit v1.2.3-54-g00ecf