summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/installer/files
Commit message (Collapse)AuthorAgeFilesLines
* Add Upstream-Status to patchesSaul Wold2012-01-031-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Disable wget server side cacheLiping Ke2011-03-101-0/+10
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>