summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-10-13 19:27:15 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-10-16 11:54:24 -0400
commit591367099f7dac055d4c081fe58e47329b392a30 (patch)
tree2cca349cc4db1703fe900a6da89577b362efd006
parent59b0269bdcd437fb7de424113bc9f8157f077790 (diff)
downloadmeta-virtualization-591367099f7dac055d4c081fe58e47329b392a30.tar.gz
runc: Drop inherit goarch
The go bbclass already inherits goarch. Signed-off-by: Paul Barker <pbarker@toganlabs.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/runc/runc.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-containers/runc/runc.inc b/recipes-containers/runc/runc.inc
index b1f2ba87..c1ff08f7 100644
--- a/recipes-containers/runc/runc.inc
+++ b/recipes-containers/runc/runc.inc
@@ -18,8 +18,6 @@ LIBCONTAINER_PACKAGE="github.com/opencontainers/runc/libcontainer"
18do_configure[noexec] = "1" 18do_configure[noexec] = "1"
19EXTRA_OEMAKE="BUILDTAGS=''" 19EXTRA_OEMAKE="BUILDTAGS=''"
20 20
21inherit goarch
22
23do_compile() { 21do_compile() {
24 # Set GOPATH. See 'PACKAGERS.md'. Don't rely on 22 # Set GOPATH. See 'PACKAGERS.md'. Don't rely on
25 # docker to download its dependencies but rather 23 # docker to download its dependencies but rather