Re: [OE-core] [PATCH v2 3/3] git.py: Use the correct branch to check if the repository has LFS objects.

2020-05-29 Thread Mauro Queirós
Please ignore. This was meant to bitbake-devel mailing list. Mauro Queiros escreveu no dia sexta, 29/05/2020 à(s) 11:02: > Function "contains_lfs" was only looking at the master branch when > searching for LFS > content. LFS may be configured in specific branches only, so we need to > use the

[OE-core] [PATCH v2 3/3] git.py: Use the correct branch to check if the repository has LFS objects.

2020-05-29 Thread Mauro Queirós
Function "contains_lfs" was only looking at the master branch when searching for LFS content. LFS may be configured in specific branches only, so we need to use the correct branch. Signed-off-by: Mauro Queiros --- lib/bb/fetch2/git.py | 11 +-- 1 file changed, 9 insertions(+), 2