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:18:23 -0400
commita7dcc5f1ce72395e439af2a7f4b0e3939b0f4af1 (patch)
tree74849c96d74c530ed78db5fbda15d825930bbfd2
parent8d312d28e54ecabcb2c7df1b59b913f9b6f43eca (diff)
downloadmeta-virtualization-a7dcc5f1ce72395e439af2a7f4b0e3939b0f4af1.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}"