From a20d51d5c60f1ae3ce8784d5db044af28006d115 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 11 Apr 2017 13:43:34 -0400 Subject: housekeeping: swap out go-osarchmap in favor of goarch Continue work to use go infra in oe-core instead of the support for go previously found in meta-virt. This is a 1:1 drop in replacement and removes one more go piece from meta-virt in favor of the common support found in oe-core. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/runc') diff --git a/recipes-containers/runc/runc.inc b/recipes-containers/runc/runc.inc index 41baf739..4808547b 100644 --- a/recipes-containers/runc/runc.inc +++ b/recipes-containers/runc/runc.inc @@ -18,7 +18,7 @@ LIBCONTAINER_PACKAGE="github.com/opencontainers/runc/libcontainer" do_configure[noexec] = "1" EXTRA_OEMAKE="BUILDTAGS=''" -inherit go-osarchmap +inherit goarch do_compile() { export GOARCH="${TARGET_GOARCH}" -- cgit v1.2.3-54-g00ecf