diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-17 13:39:51 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:31:17 +0000 |
| commit | ab3a71833c7f446aeed7e2aebbd3e20d484c71ff (patch) | |
| tree | 0f28c910bd5cce1e72933a1737cbe5e4e0913432 /meta/recipes-devtools/installer/files/wget_cache.patch | |
| parent | c1c6a9d64e5f54386a811aa01fa1f7d99c2b08f7 (diff) | |
| download | poky-ab3a71833c7f446aeed7e2aebbd3e20d484c71ff.tar.gz | |
adt-installer: Drop since its replaced by the extensible SDK
The extensible SDK replaces adt-installer so this can be removed now,
all future effort in this direction will be placed onto that.
This includes a layer version change so the autobuilder knows when to
stop building adt-installer.
[YOCTO #6404]
(From OE-Core rev: c413164c03bdce38f41e63ad2a27dc6108521b9a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer/files/wget_cache.patch')
| -rw-r--r-- | meta/recipes-devtools/installer/files/wget_cache.patch | 21 |
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 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | --- | ||
| 4 | libopkg/opkg_download_wget.c | 1 + | ||
| 5 | 1 file changed, 1 insertion(+) | ||
| 6 | |||
| 7 | diff --git a/libopkg/opkg_download_wget.c b/libopkg/opkg_download_wget.c | ||
| 8 | index 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 | -- | ||
| 20 | 1.9.1 | ||
| 21 | |||
