Without further parametrization, do_fetch tries do access the source via the "master" branch of the respective repository. Since this branch has been renamed to "main", further specification has become necessary.
Signed-off-by: Holger Assmann <[email protected]> --- recipes-containers/conmon/conmon_2.0.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/conmon/conmon_2.0.18.bb b/recipes-containers/conmon/conmon_2.0.18.bb index d0a5739..b5c229d 100644 --- a/recipes-containers/conmon/conmon_2.0.18.bb +++ b/recipes-containers/conmon/conmon_2.0.18.bb @@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 go-md2man-native" SRCREV = "0e155c83aa739ef0a0540ec9f9d265f57f68038b" SRC_URI = "\ - git://github.com/containers/conmon.git \ + git://github.com/containers/conmon.git;branch=main \ " PV = "2.0.26+git${SRCPV}" -- 2.29.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6569): https://lists.yoctoproject.org/g/meta-virtualization/message/6569 Mute This Topic: https://lists.yoctoproject.org/mt/83686267/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
