mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
ibmswtpm2: fix QA warning
ibmswtpm2 doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -16,6 +16,8 @@ SRC_URI[sha512sum] = "ff0b9e5f0d0070eb572b23641f7a0e70a8bc65cbf4b59dca1778be3bb0
|
|||||||
|
|
||||||
S = "${WORKDIR}/src"
|
S = "${WORKDIR}/src"
|
||||||
|
|
||||||
|
INSANE_SKIP_${PN} += "ldflags"
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
make CC='${CC}'
|
make CC='${CC}'
|
||||||
}
|
}
|
||||||
@@ -24,4 +26,3 @@ do_install () {
|
|||||||
install -d ${D}/${bindir}
|
install -d ${D}/${bindir}
|
||||||
install -m 0755 tpm_server ${D}/${bindir}
|
install -m 0755 tpm_server ${D}/${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user