mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
fetch2: add runfetchcmd to import for fetchers
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
@@ -31,6 +31,7 @@ import logging
|
||||
import bb
|
||||
from bb import data
|
||||
from bb.fetch2 import FetchMethod, FetchError, MissingParameterError, logger
|
||||
from bb.fetch2 import runfetchcmd
|
||||
|
||||
class Cvs(FetchMethod):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user