]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch2: Add SFTP fetcher
authorOlof Johansson <olof.johansson@axis.com>
Tue, 29 Jan 2013 07:50:11 +0000 (08:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2013 22:32:05 +0000 (22:32 +0000)
commit7b59a343600f295506ffcaf635d4cf90d43384d3
tree3b5fba7c64d8c4a343e78d6b619c4e1fc4a47808
parent96f0a39e7c7dd849ea8279112e4cb66a7182afec
bitbake: fetch2: Add SFTP fetcher

This fetcher differs from the SSH fetcher in that it adheres more
strictly to the SECSH URI internet draft --- it uses the sftp://
instead of the ssh:// scheme, and it uses sftp instead of scp.

(Bitbake rev: d240baeb7a4107d2eba3f08c411c0f086674d8e2)

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/fetch2/sftp.py [new file with mode: 0644]