summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-11 20:00:00 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-12 09:25:12 -0400
commitae44f7f5040a26abdc56c25b43b6a8bf13ae7535 (patch)
treedb7e1795ccd768c2ec8c0facbb812c84c0d008a0 /recipes-containers
parent9eff8e847b5731750f6315e35ac6ee68c25a4fcf (diff)
downloadmeta-virtualization-ae44f7f5040a26abdc56c25b43b6a8bf13ae7535.tar.gz
skopeo: switch to 'main' branch
Skopeo has migrated from master to main, so we adjust our branch accordingly. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index 19ac938b..34541b11 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -21,7 +21,7 @@ RDEPENDS_${PN} = " \
21" 21"
22 22
23SRC_URI = " \ 23SRC_URI = " \
24 git://github.com/containers/skopeo;branch=master \ 24 git://github.com/containers/skopeo;branch=main \
25 file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \ 25 file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \
26 file://storage.conf \ 26 file://storage.conf \
27 file://registries.conf \ 27 file://registries.conf \