From bc7bbfb293fadd3097505a9afabbc4093691c320 Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 2 Jul 2026 17:04:38 +0300 Subject: [PATCH] qtbase(0.2.5): update host profile to 6.11.1 The host tool build profile was hardcoded with '6.11.0', causing the stale 6.11.0 host tools to be reused for the 6.11.1 cross-compile. Updated profile string to invalidate old host build. --- local/recipes/qt/qtbase/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/recipes/qt/qtbase/recipe.toml b/local/recipes/qt/qtbase/recipe.toml index df29b62d09..c53313c7e3 100644 --- a/local/recipes/qt/qtbase/recipe.toml +++ b/local/recipes/qt/qtbase/recipe.toml @@ -172,7 +172,7 @@ fi # ============================================================ HOST_BUILD="${COOKBOOK_ROOT}/build/qt-host-build" HOST_QTBASE_BUILD="${COOKBOOK_ROOT}/build/qtbase-host-build" -HOST_PROFILE="qtbase-host-6.11.0-gui-xml-wayland-qdbus-host-listener-guard" +HOST_PROFILE="qtbase-host-6.11.1-gui-xml-wayland-qdbus-host-listener-guard" HOST_STAMP="${HOST_BUILD}/.redbear-host-profile" HOST_PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" python - <<'PY'