Yocto Project Discussions
 help / color / mirror / Atom feed
* [meta-security][dunfell][PATCH 1/2] ibmswtpm2: fix QA warning
@ 2020-10-17 14:18 akuster
  2020-10-17 14:18 ` [meta-security][dunfell][PATCH 2/2] README: updated branch for Dunfell akuster
  0 siblings, 1 reply; 2+ messages in thread
From: akuster @ 2020-10-17 14:18 UTC (permalink / raw)
  To: yocto

ibmswtpm2 doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1563.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1563.bb b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1563.bb
index 8054226..a892761 100644
--- a/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1563.bb
+++ b/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1563.bb
@@ -16,6 +16,8 @@ SRC_URI[sha512sum] = "ff0b9e5f0d0070eb572b23641f7a0e70a8bc65cbf4b59dca1778be3bb0
 
 S = "${WORKDIR}/src"
 
+INSANE_SKIP_${PN} += "ldflags"
+
 do_compile () {
    make CC='${CC}'
 }
@@ -24,4 +26,3 @@ do_install () {
    install -d ${D}/${bindir}
    install -m 0755 tpm_server  ${D}/${bindir}
 }
-
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-17 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-17 14:18 [meta-security][dunfell][PATCH 1/2] ibmswtpm2: fix QA warning akuster
2020-10-17 14:18 ` [meta-security][dunfell][PATCH 2/2] README: updated branch for Dunfell akuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox