summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2017-03-27 10:19:19 -0700
committerArmin Kuster <akuster808@gmail.com>2017-04-06 10:39:42 -0700
commit78af65abb4edddd4f3c5de94833cf4b8b140eb5c (patch)
tree3fd752b2d47eccf8a088ffa46fd5a8e161aab001
parente16ae4d08029835af9340fcb30047c09930792fe (diff)
downloadmeta-security-78af65abb4edddd4f3c5de94833cf4b8b140eb5c.tar.gz
tpm2.0-tools: update to latest
minor changes to reflect configure/makefile updates Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb b/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb
index b7026aa..6f1141c 100644
--- a/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb
+++ b/recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb
@@ -4,9 +4,10 @@ LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819"
5SECTION = "tpm" 5SECTION = "tpm"
6 6
7DEPENDS = "tpm2.0-tss openssl curl" 7DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive"
8 8
9SRCREV = "c924cc8ca752e5af6a829f893c6be4b185d56e99" 9# Mar 17, 2017
10SRCREV = "0b744d1b13ce57b4be547ae773d7db1cbccf9a04"
10 11
11SRC_URI = "git://github.com/01org/tpm2.0-tools.git;protocol=git;branch=master;name=tpm2.0-tools;destsuffix=tpm2.0-tools" 12SRC_URI = "git://github.com/01org/tpm2.0-tools.git;protocol=git;branch=master;name=tpm2.0-tools;destsuffix=tpm2.0-tools"
12 13
@@ -14,10 +15,6 @@ S = "${WORKDIR}/tpm2.0-tools"
14 15
15PV = "git${SRCPV}" 16PV = "git${SRCPV}"
16 17
17inherit autotools-brokensep pkgconfig 18inherit autotools pkgconfig
19
18 20
19do_configure () {
20 cd ${S}
21 ./bootstrap --force
22 ./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
23}