summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-02-05 13:59:05 +0530
committerArmin Kuster <akuster808@gmail.com>2018-02-14 11:56:35 -0800
commit7536fd987190be16659cdb7328f1e337efdd1b96 (patch)
tree1d7a6b3f092fc92df650040196a743943de01908
parentf4e950c03b3be0291748d22b9a56a65cfaecc97f (diff)
downloadmeta-security-7536fd987190be16659cdb7328f1e337efdd1b96.tar.gz
tpm2simulator: update to 138
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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"
2LICENSE = "BSD-2-Clause" 2LICENSE = "BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b"
4 4
5DEPENDS += "python" 5DEPENDS = "python"
6 6
7SRCREV = "93dc4412432013ed7bcabd42007754c68f6e362e" 7SRCREV = "e45324eba268723d39856111e7933c5c76238481"
8SRC_URI = "git://github.com/stwagnr/tpm2simulator.git" 8SRC_URI = "git://github.com/stwagnr/tpm2simulator.git"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11OECMAKE_SOURCEPATH = "${S}/cmake" 11OECMAKE_SOURCEPATH = "${S}/cmake"
12 12
13PV = "116+git${SRCPV}"
14
15inherit native lib_package cmake 13inherit native lib_package cmake
16 14
17EXTRA_OECMAKE = " \ 15EXTRA_OECMAKE = " \
18 -DCMAKE_BUILD_TYPE=Debug \ 16 -DCMAKE_BUILD_TYPE=Debug \
19 -DSPEC_VERSION=116 \ 17 -DSPEC_VERSION=138 \
20" 18"
21 19
22do_configure_prepend () { 20do_configure_prepend () {