I encountered what I believe is a bitbake problem while building some packages with the openembedded.org system. One of the packages with a git URI failed to download a mirrored copy, did a successful "git clone" of the repository, and then errored out with a message from git. It looks as though lib/bb/fetch/git.py tries to do a "git read-tree" even if the mirror download failed.
Unfortunately, I didn't keep an output log, but the attached patch resolves the problem for me. Cheers, -Chris
git_import_mirror_only_on_success.patch
Description: Binary data
_______________________________________________ Bitbake-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bitbake-dev
