From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) 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: X-Mailer: git-send-email 1.7.3.4 Subject: [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 List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 18:26:16 -0000 From: Nitin A Kamble 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(-) -- 1.7.3.4