aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/base.oeclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/base.oeclass b/classes/base.oeclass
index f20d5b9d81..85c8826fef 100644
--- a/classes/base.oeclass
+++ b/classes/base.oeclass
@@ -393,7 +393,7 @@ python base_do_unpack() {
cmd = 'bzip2 -dc %s > %s' % (local, efile)
elif local.endswith('.zip'):
loc = local.rfind('.')
- cmd = 'unzip %s' % local
+ cmd = 'unzip -q %s' % local
elif os.path.isdir(local):
filesdir = os.path.realpath(oe.data.getVar("FILESDIR", localdata, 1))
destdir = "."