diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | 4 |
1 files changed, 2 insertions, 2 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 3c6b2a657d..dfacb41f19 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 | |||
@@ -24,12 +24,12 @@ do_configure() { | |||
24 | } | 24 | } |
25 | 25 | ||
26 | do_compile() { | 26 | do_compile() { |
27 | distutils3_do_compile | 27 | setuptools3_do_compile |
28 | cmake_do_compile | 28 | cmake_do_compile |
29 | } | 29 | } |
30 | 30 | ||
31 | do_install() { | 31 | do_install() { |
32 | distutils3_do_install | 32 | setuptools3_do_install |
33 | cmake_do_install | 33 | cmake_do_install |
34 | } | 34 | } |
35 | 35 | ||