Include patch to respect GOBUILDFLAGS to avoid compilation failure on mips archs.
Signed-off-by: Chen Qi <[email protected]> --- recipes-containers/runc/runc-opencontainers_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 76ab794..e51758c 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb @@ -3,5 +3,6 @@ include runc.inc SRCREV = "652297c7c7e6c94e8d064ad5916c32891a6fd388" SRC_URI = " \ git://github.com/opencontainers/runc;branch=master \ + file://0001-Makefile-respect-GOBUILDFLAGS.patch \ " RUNC_VERSION = "1.0.0-rc8" -- 2.17.1 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
