summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_pep517.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-11 17:12:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-13 12:23:48 +0000
commitf2a0c52f651d21cd6608f6841a1145d4ba4ecc50 (patch)
tree97a0d9c83b2805b6b25bb4b6773aa664a8d96b30 /meta/classes/python_pep517.bbclass
parenta50bf48f900b4a67d622c9833c391b049a04d2da (diff)
downloadpoky-f2a0c52f651d21cd6608f6841a1145d4ba4ecc50.tar.gz
python_pep517: move PEP517_SOURCE_PATH to python_pep517
Now we have the start of a PEP-517 base class, the PEP517_SOURCE_PATH variable can be defined in there instead of the classes that use it. (From OE-Core rev: 69944121f49f613568bf0c62ae6b3b47af195dbe) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python_pep517.bbclass')
-rw-r--r--meta/classes/python_pep517.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/python_pep517.bbclass b/meta/classes/python_pep517.bbclass
index 76660e70f8..756333bcf2 100644
--- a/meta/classes/python_pep517.bbclass
+++ b/meta/classes/python_pep517.bbclass
@@ -3,6 +3,9 @@
3 3
4DEPENDS:append = " python3-pip-native" 4DEPENDS:append = " python3-pip-native"
5 5
6# Where to execute the build process from
7PEP517_SOURCE_PATH ?= "${S}"
8
6# The directory where wheels should be written too. Build classes 9# The directory where wheels should be written too. Build classes
7# will ideally [cleandirs] this but we don't do that here in case 10# will ideally [cleandirs] this but we don't do that here in case
8# a recipe wants to install prebuilt wheels. 11# a recipe wants to install prebuilt wheels.