Skip to content
Snippets Groups Projects
Commit fc9fbb3d authored by Samuli Piippo's avatar Samuli Piippo
Browse files

sdk: make sdk extraction quieter


Remove the dots that are printed while the SDK is being extracted.
These make the installer output noisy as every dot is printed on
a new line.

Change-Id: Ifc05bd09652c96164b06e880457c272ac15ce2b2
Reviewed-by: default avatarMikko Gronoff <mikko.gronoff@qt.io>
parent ca55eaf8
No related branches found
Tags v5.15.0-beta2
No related merge requests found
......@@ -29,6 +29,11 @@
inherit populate_sdk
quiet_sdk_extraction() {
EXTRA_TAR_OPTIONS="$EXTRA_TAR_OPTIONS --checkpoint=9999999"
}
SDK_PRE_INSTALL_COMMAND = "${quiet_sdk_extraction}"
replace_sysroot_symlink() {
SYMLINK_SYSROOT=$1
SEARCH_FOLDER=$2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment