| Submitter | Nitin A Kamble |
|---|---|
| Date | July 18, 2012, 6:14 p.m. |
| Message ID | <cover.1342635153.git.nitin.a.kamble@intel.com> |
| Download | mbox |
| Permalink | /patch/32661/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Thu, 19 Jul 2012 18:18:51 +0000 (UTC) Received: by 10.14.194.131 with SMTP id m3csp500247een; Thu, 19 Jul 2012 11:15:11 -0700 (PDT) Received: by 10.180.81.138 with SMTP id a10mr6939154wiy.7.1342721711334; Thu, 19 Jul 2012 11:15:11 -0700 (PDT) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id n7si6333656wiy.46.2012.07.19.11.15.08 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2012 11:15:11 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1SrvQX-0005RC-Ma; Thu, 19 Jul 2012 20:26:17 +0200 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <nitin.a.kamble@intel.com>) id 1SrvQW-0005Qn-4M for Openembedded-core@lists.openembedded.org; Thu, 19 Jul 2012 20:26:16 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 19 Jul 2012 11:14:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="168595134" Received: from yocto-hm1.jf.intel.com ([10.23.232.32]) by orsmga001.jf.intel.com with ESMTP; 19 Jul 2012 11:14:28 -0700 From: nitin.a.kamble@intel.com To: Openembedded-core@lists.openembedded.org Date: Wed, 18 Jul 2012 11:14:01 -0700 Message-Id: <cover.1342635153.git.nitin.a.kamble@intel.com> X-Mailer: git-send-email 1.7.3.4 Subject: [OE-core] [PATCH 0/1] add downloadfilename parameter to bitbake wget fetcher X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
From: Nitin A Kamble <nitin.a.kamble@intel.com> The following changes since commit 5b014eae151a1584df4e3d3b96d18f9df3e55665: fix my typos in patch headers (2012-07-16 21:45:01 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin A Kamble (1): bitbake wget fetcher: add parameter: downloadfilename bitbake/lib/bb/fetch2/__init__.py | 4 ++++ bitbake/lib/bb/fetch2/wget.py | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletions(-)