From: Tim Orling Date: Thu, 7 Dec 2023 23:13:18 +0000 (-0800) Subject: python3-setuptools-rust: BBCLASSEXTEND + nativesdk X-Git-Tag: uninative-4.4~773 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=193e467cdaad9d2b0ee3dddecbe6631c7244fbbe;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-setuptools-rust: BBCLASSEXTEND + nativesdk We would like to build python3-maturin for nativesdk use and nativesdk-python3-setuptools-rust is a dependency. Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni --- 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 db5c6c449c3..a91ee23ca0c 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"