mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 09:46:08 +08:00
Add missing comment line to describe patchelf usage
Patchelf is added to fix dependencies in shared ffmpeg libs
(amends 83adc86c53)
Pick-to: 6.11 6.10 6.8
Task-number: QTBUG-120990
Change-Id: Ia9359c1a77e82203d53e3d2940885a0c254024c9
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
@@ -237,9 +237,8 @@ installPackages+=(cifs-utils)
|
||||
installPackages+=(uml-utilities)
|
||||
# To save iptables rules
|
||||
installPackages+=(iptables-persistent)
|
||||
|
||||
# Fix dependencies in shared ffmpeg libs
|
||||
installPackages+=(patchelf)
|
||||
|
||||
# For Firebird in RTA
|
||||
installPackages+=(libtommath-dev)
|
||||
# For tst_license.pl with all the machines generating SBOM
|
||||
|
||||
@@ -244,7 +244,7 @@ installPackages+=(keyutils)
|
||||
installPackages+=(cifs-utils)
|
||||
# VxWorks QEMU network setup (tunctl)
|
||||
installPackages+=(uml-utilities)
|
||||
|
||||
# Fix dependencies in shared ffmpeg libs
|
||||
installPackages+=(patchelf)
|
||||
|
||||
echo "Running update for apt"
|
||||
|
||||
Reference in New Issue
Block a user