From 7536fd987190be16659cdb7328f1e337efdd1b96 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 5 Feb 2018 13:59:05 +0530 Subject: tpm2simulator: update to 138 Signed-off-by: Armin Kuster --- .../tpm2simulator/tpm2simulator-native_116.bb | 24 ---------------------- .../tpm2simulator/tpm2simulator-native_138.bb | 22 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_116.bb create mode 100644 meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb diff --git a/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_116.bb b/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_116.bb deleted file mode 100644 index a53d4c3..0000000 --- a/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_116.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "TPM 2.0 Simulator Extraction Script" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b" - -DEPENDS += "python" - -SRCREV = "93dc4412432013ed7bcabd42007754c68f6e362e" -SRC_URI = "git://github.com/stwagnr/tpm2simulator.git" - -S = "${WORKDIR}/git" -OECMAKE_SOURCEPATH = "${S}/cmake" - -PV = "116+git${SRCPV}" - -inherit native lib_package cmake - -EXTRA_OECMAKE = " \ - -DCMAKE_BUILD_TYPE=Debug \ - -DSPEC_VERSION=116 \ -" - -do_configure_prepend () { - sed -i 's/^SET = False/SET = True/' ${S}/scripts/settings.py -} diff --git a/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb b/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb new file mode 100644 index 0000000..866791c --- /dev/null +++ b/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb @@ -0,0 +1,22 @@ +SUMMARY = "TPM 2.0 Simulator Extraction Script" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b" + +DEPENDS = "python" + +SRCREV = "e45324eba268723d39856111e7933c5c76238481" +SRC_URI = "git://github.com/stwagnr/tpm2simulator.git" + +S = "${WORKDIR}/git" +OECMAKE_SOURCEPATH = "${S}/cmake" + +inherit native lib_package cmake + +EXTRA_OECMAKE = " \ + -DCMAKE_BUILD_TYPE=Debug \ + -DSPEC_VERSION=138 \ +" + +do_configure_prepend () { + sed -i 's/^SET = False/SET = True/' ${S}/scripts/settings.py +} -- cgit v1.2.3-54-g00ecf