From 029f8584d547c0792ffbe2f83451dcdfe2a3db7f Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Mon, 24 Jan 2011 15:56:54 +0800 Subject: bitbake/fetch2: Instrument fetchers when making network access Signed-off-by: Yu Ke --- bitbake/lib/bb/fetch2/ssh.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake/lib/bb/fetch2/ssh.py') diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py index 78f55a6e9..711e66896 100644 --- a/bitbake/lib/bb/fetch2/ssh.py +++ b/bitbake/lib/bb/fetch2/ssh.py @@ -112,6 +112,8 @@ class SSH(Fetch): commands.mkarg(ldir) ) + bb.fetch2.check_network_access(d, cmd) + (exitstatus, output) = commands.getstatusoutput(cmd) if exitstatus != 0: print(output) -- cgit v1.2.3