diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-05-17 08:20:21 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-28 19:10:32 +0000 |
| commit | 8b356b91ed0d4bcab72350a2ddcef880f4fa5c26 (patch) | |
| tree | 8905763fe9a6546d72204c17677573de5c8f7af4 | |
| parent | 69f5a594ce90c601121fb640dbb2a9603ee1aadd (diff) | |
| download | meta-virtualization-8b356b91ed0d4bcab72350a2ddcef880f4fa5c26.tar.gz | |
kubernetes: fix do_patch failure
* introduced in:
https://lists.yoctoproject.org/g/meta-virtualization/message/8715
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/kubernetes/kubernetes_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb index 78d1cd2a..f374892a 100644 --- a/recipes-containers/kubernetes/kubernetes_git.bb +++ b/recipes-containers/kubernetes/kubernetes_git.bb | |||
| @@ -35,7 +35,7 @@ SRC_URI:append = " \ | |||
| 35 | file://cni-containerd-net.conflist \ | 35 | file://cni-containerd-net.conflist \ |
| 36 | file://k8s-init \ | 36 | file://k8s-init \ |
| 37 | file://99-kubernetes.conf \ | 37 | file://99-kubernetes.conf \ |
| 38 | file://CVE-2024-3177.patch \ | 38 | file://CVE-2024-3177.patch;patchdir=src/import \ |
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | DEPENDS += "rsync-native \ | 41 | DEPENDS += "rsync-native \ |
