[meta-virtualization] [PATCH 08/12] oci-runtime-tools: skip ld checks
Bruce Ashfield
bruce.ashfield at windriver.com
Mon Jul 17 13:04:09 PDT 2017
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 <bruce.ashfield at windriver.com>
---
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
More information about the meta-virtualization
mailing list