From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f172.google.com (mail-io0-f172.google.com [209.85.223.172]) by mail.openembedded.org (Postfix) with ESMTP id 5654A6FFAB for ; Tue, 28 Jun 2016 10:23:51 +0000 (UTC) Received: by mail-io0-f172.google.com with SMTP id s63so12491493ioi.3 for ; Tue, 28 Jun 2016 03:23:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=dcB8sy9R/6a7ti8RG4H60OQtJmYRhObIXS6DGQpL/Go=; b=0AprIOYqH3FP5GFE5yVQC1D7vebbQOuyEoq39Bzdw2ZimoL9TBoeYkQ7slMT4AW78n kvqc4ShiGHH33qE+VTE9WETi2fPgAtFAo49suLYw2izFaSBPLPHlGQeDCx60vuKTMzdQ 9vWGcPO5FSJbtDSJx6bNYsdv99Sbab9aTIr25ZqISAS/MeP4rq+/qo/Oud2MNBuLxsrg LQ6Cv1CGHHMkBf6SdkvIue8khTRuAET48IxZJ6hHwC/PxSP7YPTLgJXJjlZpMqWrmrS8 rQVBnoSKorjAVNcnFUDUPTuUVoaTa5KMLxbhXurf5AY428he/P1AdKSzyjG7W6CwZl6H JA3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=dcB8sy9R/6a7ti8RG4H60OQtJmYRhObIXS6DGQpL/Go=; b=V8W5t19A068k+baXDMTRozbCwXEuLj3pZaZ4WmtMUBdIHkjG0wv63F5Y+pi0mUaSgI yXwLCCLyi+Zb6hP+6OHNL1tc2P3AhwH26a/1EfDxI+1ZO5moS8K5XGo+YfEf6DMxCh5N jdc5rGIui/BaiqiNa9kB3PnSqM5263AV6Wi2tzYKInF5zzTOzmej0HMeE/Y1VFGumWRc DwhQNCmQolUbISZRdjYxW541XCpoXLuAeoBNO9/Mphcw6DLJ7H3XZNKkUzp2rFzsuI3z XNiM5qZPbOHNObZOl073i2zRRhYtRUxlAnRLXKRti8nvAVBh4LYO8oSs7KA8/lWJx67y U7jg== X-Gm-Message-State: ALyK8tLhxinOHPQe1zX3XqmWYH81XQyPtJMssGvuvShmAM2JoTLszBMFUxZK1BRIbD2gHPjfEmm9T0KXulFWEnE1 X-Received: by 10.107.154.210 with SMTP id c201mr2522270ioe.99.1467109432305; Tue, 28 Jun 2016 03:23:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.142.151 with HTTP; Tue, 28 Jun 2016 03:23:32 -0700 (PDT) In-Reply-To: <5e1ed9818cf97c1de778cc25a640d8bc589f4d55.1465786269.git.paul.eggleton@linux.intel.com> References: <5e1ed9818cf97c1de778cc25a640d8bc589f4d55.1465786269.git.paul.eggleton@linux.intel.com> From: "Burton, Ross" Date: Tue, 28 Jun 2016 11:23:32 +0100 Message-ID: To: Paul Eggleton Cc: bitbake-devel Subject: Re: [PATCH 05/10] fetch2: implement progress support X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2016 10:23:53 -0000 Content-Type: multipart/alternative; boundary=001a1140fab68f3e1a05365408ff --001a1140fab68f3e1a05365408ff Content-Type: text/plain; charset=UTF-8 On 13 June 2016 at 03:52, Paul Eggleton wrote: > + runfetchcmd(command + ' --progress=dot --show-progress', d, > quiet, log=progresshandler) > wget: unrecognized option '--show-progress' Turns out wget on Ubuntu 14.04 (wget 1.15) doesn't support this option. Ross --001a1140fab68f3e1a05365408ff Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On 13 June 2016 at 03:52, Paul Eggleton <paul.eggleton@linux.i= ntel.com> wrote:
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 runfetchcmd(command + ' --progress= =3Ddot --show-progress', d, quiet, log=3Dprogresshandler)

wget: unrecognized option '--show-progress'

Turns out = wget on Ubuntu 14.04 (wget 1.15) doesn't support this option.

Ross
--001a1140fab68f3e1a05365408ff--