The latest oci-runtime-tool builds are throwing the missing GNU_HASH error during QA checks.
This is common with go applications, and isn't a problem, so for now, we simply skip the check. Signed-off-by: Bruce Ashfield <[email protected]> --- recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb index a3f8e6656854..d73edfe71a61 100644 --- a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb +++ b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb @@ -10,6 +10,8 @@ PV = "0.0.1+git${SRCPV}" S = "${WORKDIR}/git" +INSANE_SKIP_${PN} += "ldflags" + inherit goarch inherit go -- 2.4.0.53.g8440f74 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
