mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-26 22:08:33 +00:00
meta-tpm2: tpm2-tss: update to version 2.2.3
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
This commit is contained in:
@@ -16,6 +16,8 @@ inherit autotools pkgconfig
|
|||||||
|
|
||||||
EXTRA_OECONF += " \
|
EXTRA_OECONF += " \
|
||||||
--with-udevrulesdir=${sysconfdir}/udev/rules.d \
|
--with-udevrulesdir=${sysconfdir}/udev/rules.d \
|
||||||
|
--with-crypto=gcrypt \
|
||||||
|
--disable-doxygen-doc \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGES = " \
|
PACKAGES = " \
|
||||||
|
|||||||
+3
-3
@@ -19,7 +19,7 @@ diff --git a/Makefile.am b/Makefile.am
|
|||||||
index d78d23f..7815c4b 100644
|
index d78d23f..7815c4b 100644
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -42,7 +42,13 @@ noinst_PROGRAMS =
|
@@ -19,7 +19,13 @@ noinst_PROGRAMS =
|
||||||
|
|
||||||
### Add ax_* rules ###
|
### Add ax_* rules ###
|
||||||
# ax_code_coverage
|
# ax_code_coverage
|
||||||
@@ -37,8 +37,8 @@ diff --git a/configure.ac b/configure.ac
|
|||||||
index c8aa314..40883a8 100644
|
index c8aa314..40883a8 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -206,6 +206,9 @@ DX_INIT_DOXYGEN($PACKAGE_NAME, [Doxyfile], [doc/doxygen])
|
@@ -312,6 +312,9 @@ AS_IF([test "x$enable_doxygen_doc" != xn
|
||||||
AM_CONDITIONAL(DOXYMAN, [test $DX_FLAG_man -eq 1])
|
[ERROR_IF_NO_PROG([doxygen])])
|
||||||
|
|
||||||
AX_CODE_COVERAGE
|
AX_CODE_COVERAGE
|
||||||
+m4_ifdef([_AX_CODE_COVERAGE_RULES],
|
+m4_ifdef([_AX_CODE_COVERAGE_RULES],
|
||||||
|
|||||||
+3
-2
@@ -1,10 +1,11 @@
|
|||||||
include ${BPN}.inc
|
include ${BPN}.inc
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
|
||||||
SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \
|
SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \
|
||||||
file://0001-build-update-for-ax_code_coverage.m4-version-2019.01.patch \
|
file://0001-build-update-for-ax_code_coverage.m4-version-2019.01.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "048ea77be36f881b7b6ecefbc1cf7dbd"
|
SRC_URI[md5sum] = "593873bb023a0f8bcb93d12bc6640918"
|
||||||
SRC_URI[sha256sum] = "7dfd05f7d2c4d5339d1c9ecbdba25f4ea6df70e96b09928e15e0560cce02d525"
|
SRC_URI[sha256sum] = "1369aee648b33128b9ee8e3ad87f5fc6dc37c2077b9f134223ea04f4809a99c3"
|
||||||
|
|
||||||
S = "${WORKDIR}/${BPN}-${PV}"
|
S = "${WORKDIR}/${BPN}-${PV}"
|
||||||
Reference in New Issue
Block a user