generic-poky/bitbake/lib/bb/fetch2
Romain Perier 7b86c771c8 bitbake: bitbake: bb.fetch2.git: Import errno module
Currently this module is dereferencing errno.ENOENT but the python module "errno"
is not imported, which causes a crash when fetching from a git repository.

(Bitbake rev: 93e4c9bb2393b1074f5a01e7eaaac742a59d8086)

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-19 22:38:44 +01:00
..
__init__.py bitbake: tests/fetch.py: Fix recursion failure in url mapping 2015-09-18 09:05:34 +01:00
bzr.py bitbake: fetch2: Correct a few calls to latest_revision() 2013-11-25 13:02:27 +00:00
clearcase.py bitbake: bitbake: Add explict getVar param for (non) expansion 2015-06-23 11:57:53 +01:00
cvs.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
git.py bitbake: bitbake: bb.fetch2.git: Import errno module 2015-09-19 22:38:44 +01:00
gitannex.py bitbake: fetch2/gitannex: Fix function arguments to match bitbake master 2014-01-08 15:27:37 +00:00
gitsm.py bitbake: fetch2: Checkout to correct ref begore init and update submodules 2015-07-07 13:47:32 +01:00
hg.py bitbake: bb.fetch2.{git, hg}: remove tarball if it needs updating 2015-09-18 09:05:36 +01:00
local.py bitbake: fetch2: Add fetch parameter to checkstatus 2015-07-09 18:00:21 +01:00
osc.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
perforce.py bitbake: fetch/perforce: Fix single file checkouts 2015-06-27 22:51:20 +01:00
repo.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
sftp.py bitbake: fetch2/sftp: Set BatchMode=yes as argument to sftp 2015-07-12 22:50:41 +01:00
ssh.py bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpath 2015-01-14 11:32:01 +00:00
svn.py bitbake: fetch2/svn: Add transportuser parameter 2014-07-04 09:28:36 +01:00
wget.py bitbake: wget.py: fix incorrect regexes 2015-08-01 07:34:09 +01:00