summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer/files/wget_cache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/installer/files/wget_cache.patch')
-rw-r--r--meta/recipes-devtools/installer/files/wget_cache.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/installer/files/wget_cache.patch b/meta/recipes-devtools/installer/files/wget_cache.patch
deleted file mode 100644
index 9117510f1f..0000000000
--- a/meta/recipes-devtools/installer/files/wget_cache.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3---
4 libopkg/opkg_download_wget.c | 1 +
5 1 file changed, 1 insertion(+)
6
7diff --git a/libopkg/opkg_download_wget.c b/libopkg/opkg_download_wget.c
8index 9001493..18ef91e 100644
9--- a/libopkg/opkg_download_wget.c
10+++ b/libopkg/opkg_download_wget.c
11@@ -50,6 +50,7 @@ int opkg_download_backend(const char *src, const char *dest,
12
13 argv[i++] = "wget";
14 argv[i++] = "-q";
15+ argv[i++] = "--no-cache";
16 if (opkg_config->http_proxy || opkg_config->ftp_proxy) {
17 argv[i++] = "-Y";
18 argv[i++] = "on";
19--
201.9.1
21