From patchwork Thu Jul 19 00:39:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/1] V2 add downloadfilename param to wget fetcher Date: Thu, 19 Jul 2012 00:39:16 -0000 From: Nitin A Kamble X-Patchwork-Id: 32693 Message-Id: To: bitbake-devel@lists.openembedded.org Cc: Nitin A Kamble From: Nitin A Kamble This add a new parameter to wget fetcher. It enables storing the downloaded file with any custom name which can be different than the basename of the url. It is useful for situations like this: SRC_URI = "https://edc.intel.com/Download.aspx?id=6190;downloadfilename=LIN_IEMGD_1_14_GOLD_2443.tgz" Thanks, Nitin 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/wget.py | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-)