diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-02-05 13:59:05 +0530 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-02-14 11:56:35 -0800 |
| commit | 7536fd987190be16659cdb7328f1e337efdd1b96 (patch) | |
| tree | 1d7a6b3f092fc92df650040196a743943de01908 /meta-tpm/recipes-tpm | |
| parent | f4e950c03b3be0291748d22b9a56a65cfaecc97f (diff) | |
| download | meta-security-7536fd987190be16659cdb7328f1e337efdd1b96.tar.gz | |
tpm2simulator: update to 138
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-tpm')
| -rw-r--r-- | meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb (renamed from meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_116.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_116.bb b/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb index a53d4c3..866791c 100644 --- a/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_116.bb +++ b/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb | |||
| @@ -2,21 +2,19 @@ SUMMARY = "TPM 2.0 Simulator Extraction Script" | |||
| 2 | LICENSE = "BSD-2-Clause" | 2 | LICENSE = "BSD-2-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b" |
| 4 | 4 | ||
| 5 | DEPENDS += "python" | 5 | DEPENDS = "python" |
| 6 | 6 | ||
| 7 | SRCREV = "93dc4412432013ed7bcabd42007754c68f6e362e" | 7 | SRCREV = "e45324eba268723d39856111e7933c5c76238481" |
| 8 | SRC_URI = "git://github.com/stwagnr/tpm2simulator.git" | 8 | SRC_URI = "git://github.com/stwagnr/tpm2simulator.git" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | OECMAKE_SOURCEPATH = "${S}/cmake" | 11 | OECMAKE_SOURCEPATH = "${S}/cmake" |
| 12 | 12 | ||
| 13 | PV = "116+git${SRCPV}" | ||
| 14 | |||
| 15 | inherit native lib_package cmake | 13 | inherit native lib_package cmake |
| 16 | 14 | ||
| 17 | EXTRA_OECMAKE = " \ | 15 | EXTRA_OECMAKE = " \ |
| 18 | -DCMAKE_BUILD_TYPE=Debug \ | 16 | -DCMAKE_BUILD_TYPE=Debug \ |
| 19 | -DSPEC_VERSION=116 \ | 17 | -DSPEC_VERSION=138 \ |
| 20 | " | 18 | " |
| 21 | 19 | ||
| 22 | do_configure_prepend () { | 20 | do_configure_prepend () { |
