SRC_URI defines `destsuffix=tpm2.0-tools` which doesn't match
`S = "${WORKDIR}/${BPN}-${PV}"` defined by tpm2-tools.inc.

Signed-off-by: Haris Okanovic <[email protected]>
---
 recipes-tpm/tpm2-tools/tpm2-tools_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-tpm/tpm2-tools/tpm2-tools_git.bb 
b/recipes-tpm/tpm2-tools/tpm2-tools_git.bb
index be68a5f..dde9c84 100644
--- a/recipes-tpm/tpm2-tools/tpm2-tools_git.bb
+++ b/recipes-tpm/tpm2-tools/tpm2-tools_git.bb
@@ -7,6 +7,7 @@ SRCREV = "${AUTOREV}"
 PVBASE := "${PV}"
 PV = "${PVBASE}.${SRCPV}"
 
+S = "${WORKDIR}/tpm2.0-tools"
 SRC_URI = " \
     
git://github.com/01org/tpm2.0-tools.git;protocol=git;branch=master;name=tpm2.0-tools;destsuffix=tpm2.0-tools
 \
 "
-- 
2.1.4

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to