From 37b2f2f3cc6067f6aaa264a40d34debd02be6ef2 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Fri, 13 Oct 2017 19:27:13 +0000 Subject: runc-opencontainers: Drop unnecessary do_compile_prepend The "vendor/src" symlink is already created in do_compile in runc.inc. Signed-off-by: Paul Barker Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc-opencontainers_git.bb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'recipes-containers/runc') diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 2cfceea8..78488e03 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb @@ -10,10 +10,3 @@ PROVIDES += "virtual/runc" RPROVIDES_${PN} = "virtual/runc" GO_IMPORT = "import" - -do_compile_prepend() { - # Go looks in a src directory under any directory in GOPATH but - # runc-opencontainers uses 'vendor' instead of 'vendor/src'. We can fix - # this with a symlink. - ln -sfn . "${S}/src/import/vendor/src" -} -- cgit v1.2.3-54-g00ecf