From 96043bcbb7fa5901407b42565aa7eebb7d08fda7 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Fri, 27 Feb 2026 15:18:09 +0100 Subject: [PATCH] fix: add missing libstd-rs in toolchain --- recipes-core/images/core-image-base.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/core-image-base.bbappend b/recipes-core/images/core-image-base.bbappend index d13c4fd..2a37677 100644 --- a/recipes-core/images/core-image-base.bbappend +++ b/recipes-core/images/core-image-base.bbappend @@ -42,4 +42,4 @@ IMAGE_INSTALL:remove = " gtk+ gtk+3 adwaita-icon-theme " # 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} " -TOOLCHAIN_TARGET_TASK:append = " gobject-introspection " \ No newline at end of file +TOOLCHAIN_TARGET_TASK:append = " gobject-introspection libstd-rs " \ No newline at end of file