refactor: dont include RUSTC in SDK

This commit is contained in:
2026-02-27 22:18:43 +01:00
parent 07e052db0c
commit db8d10d036

View File

@@ -41,5 +41,7 @@ IMAGE_INSTALL:remove = " gtk+ gtk+3 adwaita-icon-theme "
# wlr-randr l3afpad wlopm cairo-egl webkitgtk
# add tools to toolchains
TOOLCHAIN_HOST_TASK:append = " nativesdk-glib-2.0 nativesdk-glib-2.0-codegen nativesdk-glib-2.0-utils packagegroup-rust-cross-canadian-${MACHINE} nativesdk-rust-rustdoc "
TOOLCHAIN_TARGET_TASK:append = " gobject-introspection libstd-rs rust-src "
TOOLCHAIN_HOST_TASK:append = " nativesdk-glib-2.0 nativesdk-glib-2.0-codegen nativesdk-glib-2.0-utils "
# packagegroup-rust-cross-canadian-${MACHINE} nativesdk-rust-rustdoc
TOOLCHAIN_TARGET_TASK:append = " gobject-introspection "
# libstd-rs