From 08e09222b2b8a0ac4f60f02c002b185318a2110b Mon Sep 17 00:00:00 2001 From: Alejandro del Castillo Date: Tue, 8 Sep 2015 14:24:49 -0500 Subject: adt-installer: upgrade to opkg 0.3.0 - Opkg 0.3.0 deprecated --disable-shave & --withopkglibdir options. - Add -i option to autoreconf since opkg tarball is missing conf.compile. - Recreate wget_cache.patch (From OE-Core rev: 8683e198829b729b2f242336d9de6d79251b4be9) Signed-off-by: Alejandro del Castillo Signed-off-by: Richard Purdie --- .../installer/files/wget_cache.patch | 27 ++++++++++++++-------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'meta/recipes-devtools/installer/files/wget_cache.patch') diff --git a/meta/recipes-devtools/installer/files/wget_cache.patch b/meta/recipes-devtools/installer/files/wget_cache.patch index 1281d12a3b..9117510f1f 100644 --- a/meta/recipes-devtools/installer/files/wget_cache.patch +++ b/meta/recipes-devtools/installer/files/wget_cache.patch @@ -1,12 +1,21 @@ Upstream-Status: Inappropriate [configuration] ---- trunk/libopkg/opkg_download.c 2011-03-10 16:41:29.000000000 +0800 -+++ trunk/libopkg/opkg_download.c 2011-03-10 16:42:33.000000000 +0800 -@@ -162,6 +162,7 @@ +--- + libopkg/opkg_download_wget.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/libopkg/opkg_download_wget.c b/libopkg/opkg_download_wget.c +index 9001493..18ef91e 100644 +--- a/libopkg/opkg_download_wget.c ++++ b/libopkg/opkg_download_wget.c +@@ -50,6 +50,7 @@ int opkg_download_backend(const char *src, const char *dest, - argv[i++] = "wget"; - argv[i++] = "-q"; -+ argv[i++] = "--no-cache"; - if (conf->http_proxy || conf->ftp_proxy) { - argv[i++] = "-Y"; - argv[i++] = "on"; + argv[i++] = "wget"; + argv[i++] = "-q"; ++ argv[i++] = "--no-cache"; + if (opkg_config->http_proxy || opkg_config->ftp_proxy) { + argv[i++] = "-Y"; + argv[i++] = "on"; +-- +1.9.1 + -- cgit v1.2.3-54-g00ecf