diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2021-08-19 18:49:25 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 22:09:44 +0100 |
commit | 83651eda51d65bcf479a9a8940232b712583e61f (patch) | |
tree | 1a1f4db9632d6734fe6867a3ddb821af35cfaabe /meta/classes | |
parent | 766f9eca8330b98ca8614bae3f5fd754a878faec (diff) | |
download | poky-83651eda51d65bcf479a9a8940232b712583e61f.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.
(From OE-Core rev: 81ad8aceaacda726361e953778294de20eeac24e)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/cargo_common.bbclass | 4 |
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 () { | |||
67 | 67 | ||
68 | EOF | 68 | EOF |
69 | 69 | ||
70 | if [ -n "${http_proxy}" ]; then | ||
71 | echo "proxy = \"${http_proxy}\"" >> ${CARGO_HOME}/config | ||
72 | fi | ||
73 | |||
74 | cat <<- EOF >> ${CARGO_HOME}/config | 70 | cat <<- EOF >> ${CARGO_HOME}/config |
75 | 71 | ||
76 | # HOST_SYS | 72 | # HOST_SYS |