summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/python_setuptools3_rust.bbclass (renamed from meta/classes/setuptools3_rust.bbclass)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/setuptools3_rust.bbclass b/meta/classes/python_setuptools3_rust.bbclass
index fa8508fbec..f12e5d0cbd 100644
--- a/meta/classes/setuptools3_rust.bbclass
+++ b/meta/classes/python_setuptools3_rust.bbclass
@@ -2,8 +2,8 @@ inherit python_pyo3 setuptools3
2 2
3DEPENDS += "python3-setuptools-rust-native" 3DEPENDS += "python3-setuptools-rust-native"
4 4
5setuptools3_rust_do_configure() { 5python_setuptools3_rust_do_configure() {
6 pyo3_do_configure 6 python_pyo3_do_configure
7 cargo_common_do_configure 7 cargo_common_do_configure
8 setuptools3_do_configure 8 setuptools3_do_configure
9} 9}