diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2023-06-26 14:44:19 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-06-26 18:50:56 -0400 |
commit | 4bc2f6e550c4f8cdad1944e159a3a12b5c2f148a (patch) | |
tree | c14da8cf4996bc1e46baedd14a91848f313c6f64 | |
parent | c2e8199d87372f70f62647e80bc45d5f995ce0a4 (diff) | |
download | meta-virtualization-4bc2f6e550c4f8cdad1944e159a3a12b5c2f148a.tar.gz |
containerd: fix HOMEPAGE
The previous HOMEPAGE has been archived. Use the active one.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/containerd/containerd-opencontainers_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb index beb65db3..c804caad 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | HOMEPAGE = "https://github.com/docker/containerd" | 1 | HOMEPAGE = "https://github.com/containerd/containerd" |
2 | SUMMARY = "containerd is a daemon to control runC" | 2 | SUMMARY = "containerd is a daemon to control runC" |
3 | DESCRIPTION = "containerd is a daemon to control runC, built for performance and density. \ | 3 | DESCRIPTION = "containerd is a daemon to control runC, built for performance and density. \ |
4 | containerd leverages runC's advanced features such as seccomp and user namespace \ | 4 | containerd leverages runC's advanced features such as seccomp and user namespace \ |