]> code.ossystems Code Review - openembedded-core.git/commit
Disable wget server side cache
authorLiping Ke <liping.ke@intel.com>
Thu, 10 Mar 2011 09:27:55 +0000 (17:27 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 11 Mar 2011 01:10:51 +0000 (17:10 -0800)
commit2e9e8af197671ae06de1bdc9201765b160869d60
treeaa9fab41a3d0183c7a97f274284dbdcb4b14ad11
parent5b675f91b17eb9d01a4552506518cc0f7de4eba4
Disable wget server side cache

We found some proxy server has wrong cache for long http file name.
It will cause fetching wrong ipk files from adt repo. To avoid this,
we use wget options --no-cache to disable all server side cache.
It will make the fetch speed slower, yet correct always.

Signed-off-by: Liping Ke <liping.ke@intel.com>
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
meta/recipes-devtools/installer/adt-installer_1.0.bb
meta/recipes-devtools/installer/files/wget_cache.patch [new file with mode: 0644]