From 2d7cea74d75f8f1f729742cfa17232d8430c8858 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 7 Dec 2023 15:13:18 -0800 Subject: python3-setuptools-rust: BBCLASSEXTEND + nativesdk We would like to build python3-maturin for nativesdk use and nativesdk-python3-setuptools-rust is a dependency. (From OE-Core rev: 193e467cdaad9d2b0ee3dddecbe6631c7244fbbe) Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb index db5c6c449c..a91ee23ca0 100644 --- a/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb @@ -33,4 +33,4 @@ RDEPENDS:${PN} += " \ python3-wheel \ " -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf