mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
oeqa/utils: targetbuild: take proxy into account
A previous commit broke downloads when proxies are involved, let's fix it. (From OE-Core rev: 97e263b99cbe8184a74f80738fd471cfdef29e0c) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2bdc00fe74
commit
6d0f1d30d4
@@ -10,7 +10,7 @@ class BuildIptablesTest(oeRuntimeTest):
|
||||
|
||||
@classmethod
|
||||
def setUpClass(self):
|
||||
self.project = TargetBuildProject(oeRuntimeTest.tc.target,
|
||||
self.project = TargetBuildProject(oeRuntimeTest.tc.target, oeRuntimeTest.tc.d,
|
||||
"http://netfilter.org/projects/iptables/files/iptables-1.4.13.tar.bz2")
|
||||
self.project.download_archive()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user