mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
tpm2simulator: update to 138
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
+3
-5
@@ -2,21 +2,19 @@ SUMMARY = "TPM 2.0 Simulator Extraction Script"
|
|||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b"
|
||||||
|
|
||||||
DEPENDS += "python"
|
DEPENDS = "python"
|
||||||
|
|
||||||
SRCREV = "93dc4412432013ed7bcabd42007754c68f6e362e"
|
SRCREV = "e45324eba268723d39856111e7933c5c76238481"
|
||||||
SRC_URI = "git://github.com/stwagnr/tpm2simulator.git"
|
SRC_URI = "git://github.com/stwagnr/tpm2simulator.git"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
OECMAKE_SOURCEPATH = "${S}/cmake"
|
OECMAKE_SOURCEPATH = "${S}/cmake"
|
||||||
|
|
||||||
PV = "116+git${SRCPV}"
|
|
||||||
|
|
||||||
inherit native lib_package cmake
|
inherit native lib_package cmake
|
||||||
|
|
||||||
EXTRA_OECMAKE = " \
|
EXTRA_OECMAKE = " \
|
||||||
-DCMAKE_BUILD_TYPE=Debug \
|
-DCMAKE_BUILD_TYPE=Debug \
|
||||||
-DSPEC_VERSION=116 \
|
-DSPEC_VERSION=138 \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
Reference in New Issue
Block a user