summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker_git.bb
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-10-12 16:49:56 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-10-12 21:59:51 -0400
commitc1cd2d4c69f61e1e3bd9eb8d1a85e82df454588f (patch)
tree7ed63aa215802d709b9f05521bcadd912d6556cf /recipes-containers/runc/runc-docker_git.bb
parent638ba96208d28e7f7dc3c23efea2e017ea0b7a28 (diff)
downloadmeta-virtualization-c1cd2d4c69f61e1e3bd9eb8d1a85e82df454588f.tar.gz
runc-docker: Disable building recvtty
The recvtty demo/reference application has cross compilation issues when targeting aarch64 platforms. As it is just a demo application and is not usually used, we can just patch the Makefile to disable building this application. Signed-off-by: Paul Barker <pbarker@toganlabs.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/runc/runc-docker_git.bb')
-rw-r--r--recipes-containers/runc/runc-docker_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index 01986528..28232d9f 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -9,6 +9,7 @@ SRC_URI = "git://github.com/docker/runc.git;nobranch=1;name=runc-docker \
9 file://0003-Update-memory-specs-to-use-int64-not-uint64.patch \ 9 file://0003-Update-memory-specs-to-use-int64-not-uint64.patch \
10 file://0001-runc-Add-console-socket-dev-null.patch \ 10 file://0001-runc-Add-console-socket-dev-null.patch \
11 file://0001-Use-correct-go-cross-compiler.patch \ 11 file://0001-Use-correct-go-cross-compiler.patch \
12 file://0001-Disable-building-recvtty.patch \
12 " 13 "
13 14
14GO_IMPORT = "import" 15GO_IMPORT = "import"