summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-runtime-tools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-07-13 22:37:35 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-13 22:37:35 -0400
commitb7e1fc9745dd6118bf2104f3273fbc219e4bc712 (patch)
treecf73d02fc92ee177e860c2f17a143859cb343932 /recipes-containers/oci-runtime-tools
parenta31f735bda504fd951b4b284a41fc4d6d154fa5e (diff)
downloadmeta-virtualization-b7e1fc9745dd6118bf2104f3273fbc219e4bc712.tar.gz
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>
Diffstat (limited to 'recipes-containers/oci-runtime-tools')
-rw-r--r--recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb2
1 files changed, 2 insertions, 0 deletions
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}"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13INSANE_SKIP_${PN} += "ldflags"
14
13inherit goarch 15inherit goarch
14inherit go 16inherit go
15 17