[oe] [PATCH] tpm2-tools_git: Fix S (source dir) to match `destsuffix` of SRC_URI

Haris Okanovic haris.okanovic at ni.com
Tue Sep 19 07:39:32 UTC 2017


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 <haris.okanovic at ni.com>
---
 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




More information about the Openembedded-devel mailing list