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 | poky-232b6f3c92928c333ad1201aa8eb3706e7251cdf.tar.gz | |
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 | |||
| 40 | from bb import data | 40 | from bb import data |
| 41 | from bb.fetch2 import FetchMethod | 41 | from bb.fetch2 import FetchMethod |
| 42 | from bb.fetch2 import FetchError | 42 | from bb.fetch2 import FetchError |
| 43 | from bb.fetch2 import logger | ||
| 44 | from bb.fetch2 import runfetchcmd | ||
| 43 | 45 | ||
| 44 | 46 | ||
| 45 | __pattern__ = re.compile(r''' | 47 | __pattern__ = re.compile(r''' |
