diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2019-02-26 10:48:23 +0000 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2019-02-26 22:00:05 +0800 |
commit | 8dc50571611ea088c69070942d9ca3f129911678 (patch) | |
tree | f7374b75463827b64235fcb0cf700febec2404ae | |
parent | dba30381528fcf50ac50b15461b00c4f0a280d78 (diff) | |
download | meta-secure-core-8dc50571611ea088c69070942d9ca3f129911678.tar.gz |
Bump tpm2-abrmd from 2.0.1 to 2.0.3 to fix build with musl
Several bug fixes were merged in 2.0.1 and 2.0.3, including the
following PRs that fix building tpm2-abrmd with the musl C library:
https://github.com/tpm2-software/tpm2-abrmd/pull/502
https://github.com/tpm2-software/tpm2-abrmd/pull/503
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
-rw-r--r-- | meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.3.bb (renamed from meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.3.bb index 8136a63..be14260 100644 --- a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb +++ b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.3.bb | |||
@@ -4,5 +4,5 @@ SRC_URI += " \ | |||
4 | https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \ | 4 | https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \ |
5 | file://tpm2-abrmd.default \ | 5 | file://tpm2-abrmd.default \ |
6 | " | 6 | " |
7 | SRC_URI[md5sum] = "533bb7b16e9335c32f67e80961542e19" | 7 | SRC_URI[md5sum] = "a71faf008de2e444265b0d1d889cab2e" |
8 | SRC_URI[sha256sum] = "b012a6c3e4462a411eaafd3dc8d3b13ef4118348acfd5108b68a57c8c0a5ed9c" | 8 | SRC_URI[sha256sum] = "ff0ed283b0300cd784d6bf2b042e167020f8443602974e53b924e9fd98a4b515" |