From 8dc50571611ea088c69070942d9ca3f129911678 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 26 Feb 2019 10:48:23 +0000 Subject: 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 --- meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb | 8 -------- meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.3.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb create mode 100644 meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.3.bb 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.1.bb deleted file mode 100644 index 8136a63..0000000 --- a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -include ${BPN}.inc - -SRC_URI += " \ - https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \ - file://tpm2-abrmd.default \ -" -SRC_URI[md5sum] = "533bb7b16e9335c32f67e80961542e19" -SRC_URI[sha256sum] = "b012a6c3e4462a411eaafd3dc8d3b13ef4118348acfd5108b68a57c8c0a5ed9c" diff --git a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.3.bb b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.3.bb new file mode 100644 index 0000000..be14260 --- /dev/null +++ b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.3.bb @@ -0,0 +1,8 @@ +include ${BPN}.inc + +SRC_URI += " \ + https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \ + file://tpm2-abrmd.default \ +" +SRC_URI[md5sum] = "a71faf008de2e444265b0d1d889cab2e" +SRC_URI[sha256sum] = "ff0ed283b0300cd784d6bf2b042e167020f8443602974e53b924e9fd98a4b515" -- cgit v1.2.3-54-g00ecf