From cae4da7e49326032c67343f6fac0a65927dfe7bb Mon Sep 17 00:00:00 2001 From: vasilito Date: Sun, 12 Jul 2026 18:55:18 +0300 Subject: [PATCH] fix: add [package].version to libgcc recipe (no source, no version) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libgcc copies libgcc_s.so from toolchain sysroot and has no [source] section. Cookbook's guess_version had nothing to parse — no tar URL, no git rev, no directory-name version. Added explicit version 14.2.0 (matching the cross-compiler GCC). --- recipes/libs/libgcc/recipe.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/libs/libgcc/recipe.toml b/recipes/libs/libgcc/recipe.toml index d626d37451..1789ee5b43 100644 --- a/recipes/libs/libgcc/recipe.toml +++ b/recipes/libs/libgcc/recipe.toml @@ -1,3 +1,7 @@ +[package] +name = "libgcc" +version = "14.2.0" + [build] template = "custom" script = """