mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Copy mdns resolution workaround to the emulated platforms too
Applies fix from commit5c6814fb18to the emulated platforms. Fixes: QTBUG-107696 Pick-to: 6.5 Change-Id: I9c282ecf9c29c57cce964ae9962f1857c953cfd8 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commitd25f25f3af) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
a080533c2a
commit
244e9bb4df
@@ -113,7 +113,7 @@ sudo sh -c "grep ^qt /etc/group >> $yoctoLocationARM64/sysroots/$sysrootARM64/et
|
||||
|
||||
# Fix mdns to support both docker and network tests
|
||||
# See also https://bugreports.qt.io/browse/QTBUG-106013
|
||||
sudo sed -i '/^hosts:/s/.*/hosts: files myhostname mdns_minimal [NOTFOUND=return] dns mdns4/' \
|
||||
sudo sed -i '/^hosts:/s/.*/hosts: files myhostname mdns_minimal [NOTFOUND=return] mdns4 dns/' \
|
||||
$yoctoLocationARMv7/sysroots/$sysrootARMv7/etc/nsswitch.conf \
|
||||
$yoctoLocationARM64/sysroots/$sysrootARM64/etc/nsswitch.conf
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ sudo sh -c "grep ^qt /etc/group >> $yoctoLocationARM64/sysroots/$sysrootARM64/et
|
||||
|
||||
# Fix mdns to support both docker and network tests
|
||||
# See also https://bugreports.qt.io/browse/QTBUG-106013
|
||||
sudo sed -i '/^hosts:/s/.*/hosts: files myhostname mdns_minimal [NOTFOUND=return] dns mdns4/' \
|
||||
sudo sed -i '/^hosts:/s/.*/hosts: files myhostname mdns_minimal [NOTFOUND=return] mdns4 dns/' \
|
||||
$yoctoLocationARMv7/sysroots/$sysrootARMv7/etc/nsswitch.conf \
|
||||
$yoctoLocationARM64/sysroots/$sysrootARM64/etc/nsswitch.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user