diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-build_1.2.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-build_1.2.2.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-devtools/python/python3-build_1.2.2.bb b/meta/recipes-devtools/python/python3-build_1.2.2.bb index 8f2ee92060..8d4ae2ca1d 100644 --- a/meta/recipes-devtools/python/python3-build_1.2.2.bb +++ b/meta/recipes-devtools/python/python3-build_1.2.2.bb | |||
| @@ -9,13 +9,8 @@ inherit pypi python_flit_core | |||
| 9 | 9 | ||
| 10 | DEPENDS += "python3-pyproject-hooks-native" | 10 | DEPENDS += "python3-pyproject-hooks-native" |
| 11 | 11 | ||
| 12 | DEPENDS:remove:class-native = "python3-build-native" | 12 | do_compile:class-native() { |
| 13 | 13 | python_flit_core_do_manual_build | |
| 14 | # Skip dependencies as we're doing a minimal build to bootstrap | ||
| 15 | PEP517_BUILD_OPTS:class-native = "--skip-dependency-check" | ||
| 16 | |||
| 17 | do_compile:prepend:class-native() { | ||
| 18 | export PYTHONPATH="${S}/src" | ||
| 19 | } | 14 | } |
| 20 | 15 | ||
| 21 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
