[meta-devel] Revert "python3-pybind11: Override pip install variables"

Message ID 20220309164117.3542334-1-tom.hochstein@nxp.com
State New
Headers show
Series [meta-devel] Revert "python3-pybind11: Override pip install variables" | expand

Commit Message

Tom Hochstein March 9, 2022, 4:41 p.m. UTC
The default values are now correct, so no need to override.

This reverts commit 2f4a34cb1e3c46a1da110ac49d6cc5bac3d392e9.
---
 meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | 3 ---
 1 file changed, 3 deletions(-)

Patch

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 4d94e2033..dfacb41f1 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,9 +19,6 @@  EXTRA_OECMAKE =  "-DPYBIND11_TEST=OFF"
 
 inherit cmake setuptools3 python3native
 
-PIP_INSTALL_DIST_PATH = "${S}/dist"
-PIP_INSTALL_PACKAGE = "pybind11"
-
 do_configure() {
 	cmake_do_configure
 }