summaryrefslogtreecommitdiffstats
path: root/recipes-core/kata-containers/kata-shim_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-06-03 09:30:53 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-06-03 09:31:54 -0400
commit1004c059c9f866468dcb31e5347549d367823f9f (patch)
treef5195ca5a8c2750617ca77a118aeb2b2952c96ec /recipes-core/kata-containers/kata-shim_git.bb
parent6e2826e6f54c7966134304e82997441fac8fa374 (diff)
downloadmeta-virtualization-1004c059c9f866468dcb31e5347549d367823f9f.tar.gz
kata-containers: add skip message
Let's skip these until someone is interested enough to fix the recipes. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core/kata-containers/kata-shim_git.bb')
-rw-r--r--recipes-core/kata-containers/kata-shim_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/kata-containers/kata-shim_git.bb b/recipes-core/kata-containers/kata-shim_git.bb
index 2c67554c..8a7cb78a 100644
--- a/recipes-core/kata-containers/kata-shim_git.bb
+++ b/recipes-core/kata-containers/kata-shim_git.bb
@@ -8,6 +8,8 @@ SRCREV = "bcc35aeca3ef6fa0976005c9e93525906aefed2f"
8SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ 8SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
9 " 9 "
10 10
11SKIP_RECIPE[kata-shim] ?= "kata containers are currently broken, patches accepted"
12
11RDEPENDS:${PN}-dev:append = "bash" 13RDEPENDS:${PN}-dev:append = "bash"
12 14
13S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"