diff options
| -rw-r--r-- | recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb | 13 |
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" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91b7c548d73ea16537799e8060cea819" |
| 5 | SECTION = "tpm" | 5 | SECTION = "tpm" |
| 6 | 6 | ||
| 7 | DEPENDS = "tpm2.0-tss openssl curl" | 7 | DEPENDS = "pkgconfig tpm2.0-tss openssl curl autoconf-archive" |
| 8 | 8 | ||
| 9 | SRCREV = "c924cc8ca752e5af6a829f893c6be4b185d56e99" | 9 | # Mar 17, 2017 |
| 10 | SRCREV = "0b744d1b13ce57b4be547ae773d7db1cbccf9a04" | ||
| 10 | 11 | ||
| 11 | SRC_URI = "git://github.com/01org/tpm2.0-tools.git;protocol=git;branch=master;name=tpm2.0-tools;destsuffix=tpm2.0-tools" | 12 | SRC_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 | ||
| 15 | PV = "git${SRCPV}" | 16 | PV = "git${SRCPV}" |
| 16 | 17 | ||
| 17 | inherit autotools-brokensep pkgconfig | 18 | inherit autotools pkgconfig |
| 19 | |||
| 18 | 20 | ||
| 19 | do_configure () { | ||
| 20 | cd ${S} | ||
| 21 | ./bootstrap --force | ||
| 22 | ./configure ${CONFIGUREOPTS} ${EXTRA_OECONF} | ||
| 23 | } | ||
