diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-04-11 13:43:34 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-04-11 23:09:01 -0400 |
commit | a20d51d5c60f1ae3ce8784d5db044af28006d115 (patch) | |
tree | 2451a411bd4000660255460f5e3c18e31bb06785 /recipes-containers/runc | |
parent | 752fde1f87884ce0bf31ac36afb47b36a7bca794 (diff) | |
download | meta-virtualization-a20d51d5c60f1ae3ce8784d5db044af28006d115.tar.gz |
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 <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/runc')
-rw-r--r-- | recipes-containers/runc/runc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
18 | do_configure[noexec] = "1" | 18 | do_configure[noexec] = "1" |
19 | EXTRA_OEMAKE="BUILDTAGS=''" | 19 | EXTRA_OEMAKE="BUILDTAGS=''" |
20 | 20 | ||
21 | inherit go-osarchmap | 21 | inherit goarch |
22 | 22 | ||
23 | do_compile() { | 23 | do_compile() { |
24 | export GOARCH="${TARGET_GOARCH}" | 24 | export GOARCH="${TARGET_GOARCH}" |