mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Add dependencies needed to build Yocto
Task-number: QTQAINFRA-1690 Change-Id: I9583c39709849d058e6d44473e074e9327907dd8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
@@ -103,6 +103,10 @@ try
|
||||
installPackages+=(python3-dev)
|
||||
installPackages+=(python3-pip)
|
||||
installPackages+=(python3-virtualenv)
|
||||
# Needed to be able to build Yocto
|
||||
installPackages+=(chrpath)
|
||||
installPackages+=(gawk)
|
||||
installPackages+=(texinfo)
|
||||
# Automates interactive applications (Needed by RTA to automate configure testing)
|
||||
installPackages+=(expect)
|
||||
installPackages+=(mesa-common-dev)
|
||||
|
||||
Reference in New Issue
Block a user