diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-21 19:15:57 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-21 19:15:59 -0400 |
commit | abf248bd38bc25ff67fd30b0f0ebd5c9764324b0 (patch) | |
tree | 905632b64aa325795045b16227a9b7575ab1cf2d | |
parent | 80065eb29f7fdef96d11acf05e3cb126544fb01b (diff) | |
download | meta-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.bb | 2 |
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" | |||
7 | RDEPENDS:${PN}:class-native = "" | 7 | RDEPENDS:${PN}:class-native = "" |
8 | 8 | ||
9 | SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d" | 9 | SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d" |
10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=master;name=umoci;destsuffix=github.com/opencontainers/umoci \ | 10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci \ |
11 | " | 11 | " |
12 | 12 | ||
13 | PV = "v0.4.7-dev+git${SRCPV}" | 13 | PV = "v0.4.7-dev+git${SRCPV}" |