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/perforce.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/perforce.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/perforce.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/perforce.py b/bitbake/lib/bb/fetch2/perforce.py index e3e9c71da0..6347834c76 100644 --- a/bitbake/lib/bb/fetch2/perforce.py +++ b/bitbake/lib/bb/fetch2/perforce.py | |||
@@ -33,6 +33,7 @@ from bb import data | |||
33 | from bb.fetch2 import FetchMethod | 33 | from bb.fetch2 import FetchMethod |
34 | from bb.fetch2 import FetchError | 34 | from bb.fetch2 import FetchError |
35 | from bb.fetch2 import logger | 35 | from bb.fetch2 import logger |
36 | from bb.fetch2 import runfetchcmd | ||
36 | 37 | ||
37 | class Perforce(FetchMethod): | 38 | class Perforce(FetchMethod): |
38 | def supports(self, url, ud, d): | 39 | def supports(self, url, ud, d): |