From a8e3eddaeca8b4b034b4310767d941db1d6b1a00 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Mar 2017 20:59:46 -0700 Subject: recipes-containers: set GOROOT Signed-off-by: Khem Raj Signed-off-by: Bruce Ashfield --- recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/oci-runtime-tools') diff --git a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb index a4c544d5..176860ec 100644 --- a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb +++ b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb @@ -15,7 +15,7 @@ inherit go do_compile() { export GOARCH="${TARGET_GOARCH}" - + export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go" export GOPATH="${S}" # Pass the needed cflags/ldflags so that cgo -- cgit v1.2.3-54-g00ecf