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 <bruce.ashfield@windriver.com>
This commit is contained in:
Bruce Ashfield 2017-07-13 22:37:35 -04:00
parent a31f735bda
commit b7e1fc9745

View File

@ -10,6 +10,8 @@ PV = "0.0.1+git${SRCPV}"
S = "${WORKDIR}/git"
INSANE_SKIP_${PN} += "ldflags"
inherit goarch
inherit go