]> code.ossystems Code Review - openembedded-core.git/commitdiff
setuptools3_rust: Rename to python_setuptools3_rust
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Mar 2022 09:13:20 +0000 (09:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2022 08:40:11 +0000 (08:40 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/python_setuptools3_rust.bbclass [moved from meta/classes/setuptools3_rust.bbclass with 70% similarity]
meta/recipes-devtools/python/python3-cryptography_36.0.1.bb

similarity index 70%
rename from meta/classes/setuptools3_rust.bbclass
rename to meta/classes/python_setuptools3_rust.bbclass
index fa8508fbec6018edc929e6c71cba2905a13243df..f12e5d0cbd212b2da6395897fe315a2899a9ab9d 100644 (file)
@@ -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
 }
index 00791dce2decfd04b4e2949a05c44ca22a293a07..11466ecece6126f3ced0ceaca0dd0991060b1b74 100644 (file)
@@ -18,7 +18,7 @@ SRC_URI += " \
     file://0002-Cargo.toml-edition-2018-2021.patch \
 "
 
-inherit pypi setuptools3_rust
+inherit pypi python_setuptools3_rust
 
 PIP_INSTALL_DIST_PATH = "${S}/dist"