mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Add initial SSH fetcher to bitbake.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@524 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -213,6 +213,7 @@ import local
|
||||
import svn
|
||||
import wget
|
||||
import svk
|
||||
import ssh
|
||||
|
||||
methods.append(cvs.Cvs())
|
||||
methods.append(git.Git())
|
||||
@@ -220,3 +221,4 @@ methods.append(local.Local())
|
||||
methods.append(svn.Svn())
|
||||
methods.append(wget.Wget())
|
||||
methods.append(svk.Svk())
|
||||
methods.append(ssh.SSH())
|
||||
|
||||
Reference in New Issue
Block a user