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.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user