diff options
| author | Petr Gotthard <petr.gotthard@advantech.cz> | 2022-04-10 15:31:10 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-04-13 13:45:44 -0700 |
| commit | da8cbb3b16447bb4a05839999a64f06448d8293e (patch) | |
| tree | 4aa8f653ccd43ef2117d96e09dde0db34c6578b1 | |
| parent | 5855990d6f72e913f6dc91c1962198339da5246b (diff) | |
| download | meta-security-da8cbb3b16447bb4a05839999a64f06448d8293e.tar.gz | |
tpm2-abrmd: update to 2.4.1
The version number is correctly assigned only when the release .tar.gz
is used.
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -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 | ||
| 15 | SRC_URI = "\ | 15 | SRC_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 | ||
| 21 | SRCREV = "4f332013a02c422e186c4aaf127ab6a40b996028" | 21 | SRC_URI[sha256sum] = "a7844a257eaf5176f612fe9620018edc0880cca7036465ad2593f83ae0ad6673" |
| 22 | |||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 22 | ||
| 25 | inherit autotools pkgconfig systemd update-rc.d useradd | 23 | inherit autotools pkgconfig systemd update-rc.d useradd |
| 26 | 24 | ||
