ostree: switch from default master branch to main to fix do_fetch failure

* branch was renamed in upstream repo

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Martin Jansa 2021-05-12 11:31:26 +02:00 committed by Armin Kuster
parent 70ee729301
commit f3f7a5f1a4

View File

@ -22,7 +22,7 @@ DEPENDS = " \
PREMIRRORS = "" PREMIRRORS = ""
SRC_URI = " \ SRC_URI = " \
gitsm://github.com/ostreedev/ostree \ gitsm://github.com/ostreedev/ostree;branch=main \
file://run-ptest \ file://run-ptest \
" "
SRCREV = "32a3a1297312e566df3141c6c7e3b99709e474b1" SRCREV = "32a3a1297312e566df3141c6c7e3b99709e474b1"