summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/fetch2/svk.py
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-02-07 15:42:45 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-07 16:28:35 -0800
commit232b6f3c92928c333ad1201aa8eb3706e7251cdf (patch)
tree43ba7a72feb93bc20a9081a02211fe39655ac196 /bitbake/lib/bb/fetch2/svk.py
parent6ec0e55375c9687c7ead49d1e01f81b197db7108 (diff)
downloadopenembedded-core-232b6f3c92928c333ad1201aa8eb3706e7251cdf.tar.gz
openembedded-core-232b6f3c92928c333ad1201aa8eb3706e7251cdf.tar.bz2
openembedded-core-232b6f3c92928c333ad1201aa8eb3706e7251cdf.tar.xz
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/svk.py')
-rw-r--r--bitbake/lib/bb/fetch2/svk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/svk.py b/bitbake/lib/bb/fetch2/svk.py
index 117a22f43..6211cac8d 100644
--- a/bitbake/lib/bb/fetch2/svk.py
+++ b/bitbake/lib/bb/fetch2/svk.py
@@ -33,6 +33,7 @@ from bb.fetch2 import FetchMethod
from bb.fetch2 import FetchError
from bb.fetch2 import MissingParameterError
from bb.fetch2 import logger
+from bb.fetch2 import runfetchcmd
class Svk(FetchMethod):
"""Class to fetch a module or modules from svk repositories"""