aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/kata-containers/kata-runtime_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/kata-containers/kata-runtime_git.bb')
-rw-r--r--recipes-core/kata-containers/kata-runtime_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/kata-containers/kata-runtime_git.bb b/recipes-core/kata-containers/kata-runtime_git.bb
index c7f156f0..c0d7c4cb 100644
--- a/recipes-core/kata-containers/kata-runtime_git.bb
+++ b/recipes-core/kata-containers/kata-runtime_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/kata-containers/runtime/LICENSE;md5=86
GO_IMPORT = "github.com/kata-containers/runtime"
SRCREV = "04c77eb20e9bd603cab5c711bcbe7c69db58b040"
-SRC_URI = "git://${GO_IMPORT}.git;branch=master \
+SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
file://0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch \
"
RDEPENDS:${PN}-dev:append = "bash"
@@ -19,6 +19,8 @@ RDEPENDS:${PN} = " \
"
DEPENDS += "yq-native"
+SKIP_RECIPE[kata-runtime] ?= "kata containers are currently broken, patches accepted"
+
S = "${WORKDIR}/git"
inherit go