diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-11 20:00:00 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-12 09:25:12 -0400 |
commit | ae44f7f5040a26abdc56c25b43b6a8bf13ae7535 (patch) | |
tree | db7e1795ccd768c2ec8c0facbb812c84c0d008a0 | |
parent | 9eff8e847b5731750f6315e35ac6ee68c25a4fcf (diff) | |
download | meta-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>
-rw-r--r-- | recipes-containers/skopeo/skopeo_git.bb | 2 |
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 | ||
23 | SRC_URI = " \ | 23 | SRC_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 \ |