]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-setuptools-rust: BBCLASSEXTEND + nativesdk
authorTim Orling <ticotimo@gmail.com>
Thu, 7 Dec 2023 23:13:18 +0000 (15:13 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Dec 2023 11:28:24 +0000 (11:28 +0000)
We would like to build python3-maturin for nativesdk use
and nativesdk-python3-setuptools-rust is a dependency.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb

index db5c6c449c3942581d811640485deeab0dac978a..a91ee23ca0cb82401262491eb8f6c872fbb259c3 100644 (file)
@@ -33,4 +33,4 @@ RDEPENDS:${PN} += " \
     python3-wheel \
 "
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"