summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2021-08-19 18:49:25 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-26 22:09:24 +0100
commit81ad8aceaacda726361e953778294de20eeac24e (patch)
tree457a7ef15bccfd07858c915108ed154e7fe82797
parent1a28dd447c248f6b7f0efd121160ac798e2abf0c (diff)
downloadopenembedded-core-contrib-81ad8aceaacda726361e953778294de20eeac24e.tar.gz
cargo_common: remove http_proxy
Fix the test_sstate_noop_samesigs oe-selftest that produces an error like: core2-64-poky-linux/libstd-rs/1.54.0-r0.do_configure.sigdata differs: basehash changed from <hash-a> to <hash-b> Variable http_proxy value changed from '' to 'http://example.com/' by simply removing the proxy config option. This may be added back after merge to oe-core if needed and if the diffsigs check passes. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/cargo_common.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/cargo_common.bbclass b/meta/classes/cargo_common.bbclass
index b0b039a22e..23d82aa6ab 100644
--- a/meta/classes/cargo_common.bbclass
+++ b/meta/classes/cargo_common.bbclass
@@ -67,10 +67,6 @@ cargo_common_do_configure () {
EOF
- if [ -n "${http_proxy}" ]; then
- echo "proxy = \"${http_proxy}\"" >> ${CARGO_HOME}/config
- fi
-
cat <<- EOF >> ${CARGO_HOME}/config
# HOST_SYS