From b7e1fc9745dd6118bf2104f3273fbc219e4bc712 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 13 Jul 2017 22:37:35 -0400 Subject: oci-runtime-tools: skip ld checks 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 --- recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-containers/oci-runtime-tools') 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 a3f8e665..d73edfe7 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 -- cgit v1.2.3-54-g00ecf