summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb (renamed from meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb
index 1818171..daafae3 100644
--- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb
@@ -13,14 +13,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
15SRC_URI = "\ 15SRC_URI = "\
16 git://github.com/tpm2-software/tpm2-abrmd.git;branch=master;protocol=https \ 16 https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \
17 file://tpm2-abrmd-init.sh \ 17 file://tpm2-abrmd-init.sh \
18 file://tpm2-abrmd.default \ 18 file://tpm2-abrmd.default \
19" 19"
20 20
21SRCREV = "4f332013a02c422e186c4aaf127ab6a40b996028" 21SRC_URI[sha256sum] = "a7844a257eaf5176f612fe9620018edc0880cca7036465ad2593f83ae0ad6673"
22
23S = "${WORKDIR}/git"
24 22
25inherit autotools pkgconfig systemd update-rc.d useradd 23inherit autotools pkgconfig systemd update-rc.d useradd
26 24