mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-04 11:37:07 +08:00
VxWorks, QEMU: Remove reference to undefined $appPrefix
install-vxworks-qemu.sh uses a variable that doesn't exist, causing issues when we turn on more strict error-handling. Pick-to: 6.8 Change-Id: I9d644a497e4689c7ab35c80f97548b1a1a6bdf12 Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit55c0e2f24a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit2b3aa0d2eb)
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
b373a99c84
commit
f8d3ecc8c5
@@ -13,7 +13,7 @@ QEMU_VER="8.2.3"
|
||||
PrimaryUrl="http://ci-files01-hki.ci.qt.io/input/qemu/qemu-$QEMU_VER.tar.xz"
|
||||
AltUrl="https://download.qemu.org/qemu-$QEMU_VER.tar.xz"
|
||||
SHA1="1b29c8105cf8d15b9e7fb6f8e85170b6c54a1788"
|
||||
InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$SHA1" "/tmp" "$appPrefix"
|
||||
InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$SHA1" "/tmp" ""
|
||||
|
||||
targetFolder=/tmp/qemu-${QEMU_VER}
|
||||
mkdir -p "$targetFolder/build"
|
||||
|
||||
Reference in New Issue
Block a user