diff options
Diffstat (limited to 'meta/classes/python_pep517.bbclass')
| -rw-r--r-- | meta/classes/python_pep517.bbclass | 3 |
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 | ||
| 4 | DEPENDS:append = " python3-pip-native" | 4 | DEPENDS:append = " python3-pip-native" |
| 5 | 5 | ||
| 6 | # Where to execute the build process from | ||
| 7 | PEP517_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. |
