diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-02-07 15:42:45 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-07 16:28:35 -0800 |
commit | 232b6f3c92928c333ad1201aa8eb3706e7251cdf (patch) | |
tree | 43ba7a72feb93bc20a9081a02211fe39655ac196 /bitbake/lib/bb/fetch2/ssh.py | |
parent | 6ec0e55375c9687c7ead49d1e01f81b197db7108 (diff) | |
download | openembedded-core-232b6f3c92928c333ad1201aa8eb3706e7251cdf.tar.gz openembedded-core-232b6f3c92928c333ad1201aa8eb3706e7251cdf.tar.bz2 openembedded-core-232b6f3c92928c333ad1201aa8eb3706e7251cdf.zip |
fetch2: add runfetchcmd to import for fetchers
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/fetch2/ssh.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/ssh.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py index 081fe1335c..2ee9ab093a 100644 --- a/bitbake/lib/bb/fetch2/ssh.py +++ b/bitbake/lib/bb/fetch2/ssh.py @@ -40,6 +40,8 @@ import re, os from bb import data from bb.fetch2 import FetchMethod from bb.fetch2 import FetchError +from bb.fetch2 import logger +from bb.fetch2 import runfetchcmd __pattern__ = re.compile(r''' |