mp1: cmsis-svd: switch from master branch to main branch

Otherwise, bitbake's git client won't be able to fetch the sources if there are
no mirrors available.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2023-11-28 12:27:49 +01:00
parent 54c9de6a74
commit 09c4645894
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# "master" branch was renamed to "main", which causes do_fetch() to fail.
# Reflect this in SRC_URI.
SRC_URI:remove = "git://github.com/posborne/cmsis-svd.git;protocol=https;branch=master"
SRC_URI:append = " git://github.com/posborne/cmsis-svd.git;protocol=https;branch=main"