diff options
author | Guenther Meyer <g.meyer@signum-media.de> | 2022-11-18 11:55:46 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-01 17:01:29 -0500 |
commit | cb5dfda6f6d862a575f029ee8ded0bc3db6bc766 (patch) | |
tree | a83ab209d0ff685ae03fbca7362825541a18591f | |
parent | b2ab6a11a4e9ef4e22bfbafd18ecfb12b791cacb (diff) | |
download | meta-virtualization-cb5dfda6f6d862a575f029ee8ded0bc3db6bc766.tar.gz |
nerdctl: renamed upstream branch master to main
Signed-off-by: Guenther Meyer <g.meyer@signum-media.de>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/nerdctl/nerdctl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb index 4a749b27..8fe5e7d4 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = " \ | |||
13 | SRCREV_FORMAT="nerdcli_cgroups" | 13 | SRCREV_FORMAT="nerdcli_cgroups" |
14 | SRCREV_nerdcli = "e084a2df4a8861eb5f0b0d32df0643ef24b81093" | 14 | SRCREV_nerdcli = "e084a2df4a8861eb5f0b0d32df0643ef24b81093" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=master;protocol=https" | 16 | SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https" |
17 | 17 | ||
18 | include src_uri.inc | 18 | include src_uri.inc |
19 | 19 | ||