summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-build_1.2.2.bb
diff options
context:
space:
mode:
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.bb9
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
10DEPENDS += "python3-pyproject-hooks-native" 10DEPENDS += "python3-pyproject-hooks-native"
11 11
12DEPENDS:remove:class-native = "python3-build-native" 12do_compile:class-native() {
13 13 python_flit_core_do_manual_build
14# Skip dependencies as we're doing a minimal build to bootstrap
15PEP517_BUILD_OPTS:class-native = "--skip-dependency-check"
16
17do_compile:prepend:class-native() {
18 export PYTHONPATH="${S}/src"
19} 14}
20 15
21RDEPENDS:${PN} += " \ 16RDEPENDS:${PN} += " \