Merge bk://openembedded@openembedded.bkbits.net/packages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 26 Aug 2004 09:03:48 +0000 (09:03 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 26 Aug 2004 09:03:48 +0000 (09:03 +0000)
into marcinj.local:/home/hrw/zaurus/oe/packages

2004/08/26 11:03:26+02:00 local!hrw
base.oeclass: quiet zip unpacking

BKrev: 412da774UMqNqfEG5phGPlxpwO0LOA

classes/base.oeclass

index f20d5b9..85c8826 100644 (file)
@@ -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 = "."