mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
(From OE-Core rev: 57bef31cdcafeef2d1ca5ff3aee7b2e2181a0514) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
inherit python_pyo3 setuptools3
|
|
|
|
DEPENDS += "python3-setuptools-rust-native"
|
|
|
|
python_setuptools3_rust_do_configure() {
|
|
python_pyo3_do_configure
|
|
cargo_common_do_configure
|
|
setuptools3_do_configure
|
|
}
|
|
|
|
EXPORT_FUNCTIONS do_configure
|