All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-virt][dunfell][PATCH] skopeo: switch to main as specified branch
@ 2021-07-09 15:00 Changhyeok Bae
  0 siblings, 0 replies; only message in thread
From: Changhyeok Bae @ 2021-07-09 15:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Changhyeok

The upstream project has moved from master to main, so we adjust
our recipe accordingly.

Signed-off-by: Changhyeok <changhyeok.bae@gmail.com>
---
 recipes-containers/skopeo/skopeo_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index f5a6231..b14c293 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -20,7 +20,7 @@ RDEPENDS_${PN} = " \
 "
 
 SRC_URI = " \
-    git://github.com/containers/skopeo \
+    git://github.com/containers/skopeo;branch=main \
     file://storage.conf \
     file://registries.conf \
 "
-- 
2.32.0.windows.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-09 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 15:00 [oe][meta-virt][dunfell][PATCH] skopeo: switch to main as specified branch Changhyeok Bae

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.