From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1Npzkg-0003oE-LD for openembedded-devel@lists.openembedded.org; Fri, 12 Mar 2010 08:57:51 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id o2C7siWt022291; Fri, 12 Mar 2010 07:54:44 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22233-03; Fri, 12 Mar 2010 07:54:40 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id o2C7sa8R022279 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 12 Mar 2010 07:54:38 GMT From: Richard Purdie To: Martyn Welch In-Reply-To: <20100310103133.14548.62608.stgit@ES-J7S4D2J.amer.consind.ge.com> References: <20100310103133.14548.62608.stgit@ES-J7S4D2J.amer.consind.ge.com> Date: Thu, 11 Mar 2010 13:01:35 -0800 Message-ID: <1268341295.1625.7.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Scanned: amavisd-new at rpsys.net X-SA-Exim-Connect-IP: 93.97.173.237 X-SA-Exim-Mail-From: rpurdie@rpsys.net X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_00, DATE_IN_PAST_06_12, RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Cc: openembedded-devel@lists.openembedded.org Subject: Re: [PATCH] Allow spectrum fw to build behind a proxy X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 07:57:51 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2010-03-10 at 10:31 +0000, Martyn Welch wrote: > Spectrum-fw runs a script which uses curl, wget or ftp to pull an archive > rather than the archive being a part of the SRC_URI. Whilst it would > probably be preferable to pull this as part of the SRC_URI (incidentally, > if it was, the script wouldn't need to be modified), the "&" in the archive > name has foiled my attempts at doing that. > > This patch modifies the script to at least use the "FETCHCMD_wget" variable > which can be provided to help when accessing through a proxy. How about the recipe in Poky for this (meta/packages/orinoco/spectrum-fw.bb)? I think all these problems were addressed there. Cheers, Richard