diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-09-08 14:40:32 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-09-12 16:04:47 -0700 |
commit | c30907fda04587197419e6433d580775b34f20e0 (patch) | |
tree | 12af8bf660bfa66e2400782498e93b81479f177b | |
parent | b8528ffe48024caf4f5668367b6d4b5bc9ef61fc (diff) | |
download | meta-security-c30907fda04587197419e6433d580775b34f20e0.tar.gz |
tpm2-abrmd: update to 2.2.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.2.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.2.0.bb index a4c6682..021c969 100644 --- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.1.1.bb +++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.2.0.bb | |||
@@ -12,14 +12,13 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | |||
12 | DEPENDS = "autoconf-archive dbus glib-2.0 tpm2-tss glib-2.0-native \ | 12 | DEPENDS = "autoconf-archive dbus glib-2.0 tpm2-tss glib-2.0-native \ |
13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" | 13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" |
14 | 14 | ||
15 | |||
16 | SRC_URI = "\ | 15 | SRC_URI = "\ |
17 | git://github.com/tpm2-software/tpm2-abrmd.git \ | 16 | git://github.com/tpm2-software/tpm2-abrmd.git \ |
18 | file://tpm2-abrmd-init.sh \ | 17 | file://tpm2-abrmd-init.sh \ |
19 | file://tpm2-abrmd.default \ | 18 | file://tpm2-abrmd.default \ |
20 | " | 19 | " |
21 | 20 | ||
22 | SRCREV = "06d9d433ba27159687255406baa37940db15465b" | 21 | SRCREV = "ac2a5a4b5a4e548177ed7a5b74cea23e00fd30b4" |
23 | 22 | ||
24 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
25 | 24 | ||