diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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 dfacb41f19..4d94e2033e 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 | } |