summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-opencontainers/0001-Use-correct-go-cross-compiler.patch
Commit message (Collapse)AuthorAgeFilesLines
* runc-opencontainers: Drop obsolete patchPaul Barker2018-05-091-85/+0
| | | | | | | | The upstream Makefile now calls `$(GO)` instead of just `go` so this patch isn't needed anymore. Signed-off-by: Paul Barker <pbarker@toganlabs.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* runc: Use correct go cross-compilerPaul Barker2017-10-051-0/+85
The makefiles for both providers of runc need to be patched in similar ways to ensure that we use the binaries from go-cross and not go-native. Signed-off-by: Paul Barker <pbarker@toganlabs.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>