tpm2simulator-native: remove recipe

Remove the recipe because it is unmaintained and its dependency python2
is EOL. Users can use ibmswtpm2 in meta-security as a replacement.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
Yi Zhao
2021-03-03 13:25:55 +08:00
committed by Jia Zhang
parent 1397fdd78f
commit 1eeb4a31e3

View File

@@ -1,36 +0,0 @@
SUMMARY = "TPM 2.0 Simulator Extraction Script"
DESCRIPTION = "The result of the extraction scripts is a complete set \
of the source files for a Trusted Platform Module (TPM) 2.0 Simulator, \
which runs under Windows, Linux, as well as Genode (by applying the \
appropriate patches). \
"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b"
DEPENDS += "\
python-native \
python-beautifulsoup4-native \
"
PV = "1.38+git${SRCPV}"
SRC_URI = "\
git://github.com/stwagnr/tpm2simulator.git \
"
SRCREV = "e45324eba268723d39856111e7933c5c76238481"
S = "${WORKDIR}/git"
inherit pythonnative lib_package cmake native
EXTRA_OECMAKE = "\
-DCMAKE_BUILD_TYPE=Debug \
-DSPEC_VERSION=116 \
"
OECMAKE_SOURCEPATH = "${S}/cmake"
do_configure_prepend() {
sed -i 's/^SET = False/SET = True/' "${S}/scripts/settings.py"
}