summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_poetry_core.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-16 18:32:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-17 16:44:33 +0000
commit7fee41dcef576312e1f12ef485e9b07b9612569b (patch)
tree95dd71b64064021af04d59c495a1c948b9233534 /meta/classes/python_poetry_core.bbclass
parent6f5ee7fffb259516d7e715eeb68c89afceb9ef83 (diff)
downloadpoky-7fee41dcef576312e1f12ef485e9b07b9612569b.tar.gz
classes/python_pep517: consolidate stub do_configure
As PEP517 doesn't have an explicit configure step, we can stub out the do_configure task once instead of the calling classes doing it. (From OE-Core rev: fd17edbd00f1583eb9e1912ab269dd4dc2631a6f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python_poetry_core.bbclass')
-rw-r--r--meta/classes/python_poetry_core.bbclass6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes/python_poetry_core.bbclass b/meta/classes/python_poetry_core.bbclass
index 3fecb6c6bb..577663b8f1 100644
--- a/meta/classes/python_poetry_core.bbclass
+++ b/meta/classes/python_poetry_core.bbclass
@@ -3,9 +3,3 @@ inherit python_pep517 python3native setuptools3-base
3DEPENDS += "python3-poetry-core-native" 3DEPENDS += "python3-poetry-core-native"
4 4
5PEP517_BUILD_API = "poetry.core.masonry.api" 5PEP517_BUILD_API = "poetry.core.masonry.api"
6
7python_poetry_core_do_configure () {
8 :
9}
10
11EXPORT_FUNCTIONS do_configure