From a1085de5319d1ad5a5227c7f1cb44cef2a6bb085 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Thu, 5 Oct 2017 13:38:18 +0000 Subject: runc: Use correct go cross-compiler The makefiles for both providers of runc need to be patched in similar ways to ensure that we use the binaries from go-cross and not go-native. Signed-off-by: Paul Barker Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc-docker_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-containers/runc/runc-docker_git.bb') diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index 97353254..01986528 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb @@ -8,10 +8,13 @@ SRC_URI = "git://github.com/docker/runc.git;nobranch=1;name=runc-docker \ file://0002-Remove-Platform-as-no-longer-in-OCI-spec.patch \ file://0003-Update-memory-specs-to-use-int64-not-uint64.patch \ file://0001-runc-Add-console-socket-dev-null.patch \ + file://0001-Use-correct-go-cross-compiler.patch \ " GO_IMPORT = "import" +EXTRA_FLAGS = "-v -x -work" + RUNC_VERSION = "1.0.0-rc3" PROVIDES += "virtual/runc" RPROVIDES_${PN} = "virtual/runc" -- cgit v1.2.3-54-g00ecf