summaryrefslogtreecommitdiffstats
path: root/meta/classes
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:04 +0000
commit57bef31cdcafeef2d1ca5ff3aee7b2e2181a0514 (patch)
treea56f6e4e2b2180ca642ddd7ec45533775f172718 /meta/classes
parente9b030eab6d4c18482aaa7f0166686e16ba8e779 (diff)
downloadopenembedded-core-contrib-57bef31cdcafeef2d1ca5ff3aee7b2e2181a0514.tar.gz
setuptools3_rust: Rename to python_setuptools3_rust
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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
DEPENDS += "python3-setuptools-rust-native"
-setuptools3_rust_do_configure() {
- pyo3_do_configure
+python_setuptools3_rust_do_configure() {
+ python_pyo3_do_configure
cargo_common_do_configure
setuptools3_do_configure
}