summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-21 19:15:57 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-10-21 19:15:59 -0400
commitabf248bd38bc25ff67fd30b0f0ebd5c9764324b0 (patch)
tree905632b64aa325795045b16227a9b7575ab1cf2d
parent80065eb29f7fdef96d11acf05e3cb126544fb01b (diff)
downloadmeta-virtualization-abf248bd38bc25ff67fd30b0f0ebd5c9764324b0.tar.gz
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>
-rw-r--r--recipes-containers/umoci/umoci_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb
index 69325d15..3c8b2fb3 100644
--- a/recipes-containers/umoci/umoci_git.bb
+++ b/recipes-containers/umoci/umoci_git.bb
@@ -7,7 +7,7 @@ RDEPENDS:${PN} = "skopeo"
7RDEPENDS:${PN}:class-native = "" 7RDEPENDS:${PN}:class-native = ""
8 8
9SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d" 9SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d"
10SRC_URI = "git://github.com/opencontainers/umoci.git;branch=master;name=umoci;destsuffix=github.com/opencontainers/umoci \ 10SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci \
11 " 11 "
12 12
13PV = "v0.4.7-dev+git${SRCPV}" 13PV = "v0.4.7-dev+git${SRCPV}"