diff options
| author | Paul Barker <pbarker@toganlabs.com> | 2017-10-13 19:27:15 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-10-16 11:54:24 -0400 |
| commit | 591367099f7dac055d4c081fe58e47329b392a30 (patch) | |
| tree | 2cca349cc4db1703fe900a6da89577b362efd006 /recipes-containers | |
| parent | 59b0269bdcd437fb7de424113bc9f8157f077790 (diff) | |
| download | meta-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>
Diffstat (limited to 'recipes-containers')
| -rw-r--r-- | recipes-containers/runc/runc.inc | 2 |
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" | |||
| 18 | do_configure[noexec] = "1" | 18 | do_configure[noexec] = "1" |
| 19 | EXTRA_OEMAKE="BUILDTAGS=''" | 19 | EXTRA_OEMAKE="BUILDTAGS=''" |
| 20 | 20 | ||
| 21 | inherit goarch | ||
| 22 | |||
| 23 | do_compile() { | 21 | do_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 |
