mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
a31f735bda
commit
b7e1fc9745
|
@ -10,6 +10,8 @@ PV = "0.0.1+git${SRCPV}"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
INSANE_SKIP_${PN} += "ldflags"
|
||||
|
||||
inherit goarch
|
||||
inherit go
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user