All of lore.kernel.org
 help / color / mirror / Atom feed
* [kirkstone][PATCH] kubernetes: fix do_patch failure
@ 2024-05-17  6:20 Martin Jansa
  2024-05-28 19:10 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2024-05-17  6:20 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Martin Jansa

* introduced in:
  https://lists.yoctoproject.org/g/meta-virtualization/message/8715

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
---
 recipes-containers/kubernetes/kubernetes_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = " \
            file://cni-containerd-net.conflist \
            file://k8s-init \
            file://99-kubernetes.conf \
-           file://CVE-2024-3177.patch \
+           file://CVE-2024-3177.patch;patchdir=src/import \
           "
 
 DEPENDS += "rsync-native \
-- 
2.45.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-28 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17  6:20 [kirkstone][PATCH] kubernetes: fix do_patch failure Martin Jansa
2024-05-28 19:10 ` [meta-virtualization] " Bruce Ashfield

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.