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:
parent
54c9de6a74
commit
09c4645894
|
|
@ -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"
|
||||
Loading…
Reference in New Issue