umoci: switch branch to main

Like many other projects, umoci has switch to main instead of master.
(and then deleted master)

We change our branch specification to main, so the fetcher can once
again find our desired SRCREV.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-10-21 19:15:57 -04:00
parent 80065eb29f
commit abf248bd38

View File

@ -7,7 +7,7 @@ RDEPENDS:${PN} = "skopeo"
RDEPENDS:${PN}:class-native = ""
SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d"
SRC_URI = "git://github.com/opencontainers/umoci.git;branch=master;name=umoci;destsuffix=github.com/opencontainers/umoci \
SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci \
"
PV = "v0.4.7-dev+git${SRCPV}"