mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-06 20:35:59 +08:00
Add missing comment line to describe patchelf usage
Patchelf is added to fix dependencies in shared ffmpeg libs (amends83adc86c53) Pick-to: 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> (cherry picked from commit7a5b6bdeaa) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit6722895711)
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
888f401dda
commit
1a28d5735a
@@ -236,9 +236,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
|
||||
|
||||
@@ -245,7 +245,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