summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_setuptools3_rust.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-13 09:13:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 08:48:08 +0000
commit89f9740f98a899415af3b0a892542f37fe61cf55 (patch)
tree685aa935437fc307cb5a1d3439e89f805dba4445 /meta/classes/python_setuptools3_rust.bbclass
parentf920fa55e5e936a304cebfa9e059199078f7c909 (diff)
downloadpoky-89f9740f98a899415af3b0a892542f37fe61cf55.tar.gz
setuptools3_rust: Rename to python_setuptools3_rust
(From OE-Core rev: 57bef31cdcafeef2d1ca5ff3aee7b2e2181a0514) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python_setuptools3_rust.bbclass')
-rw-r--r--meta/classes/python_setuptools3_rust.bbclass11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/classes/python_setuptools3_rust.bbclass b/meta/classes/python_setuptools3_rust.bbclass
new file mode 100644
index 0000000000..f12e5d0cbd
--- /dev/null
+++ b/meta/classes/python_setuptools3_rust.bbclass
@@ -0,0 +1,11 @@
1inherit python_pyo3 setuptools3
2
3DEPENDS += "python3-setuptools-rust-native"
4
5python_setuptools3_rust_do_configure() {
6 python_pyo3_do_configure
7 cargo_common_do_configure
8 setuptools3_do_configure
9}
10
11EXPORT_FUNCTIONS do_configure