diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-10-27 03:41:51 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-10-31 09:02:21 -0700 |
| commit | 4bf54d58ad0e0f327566c03be65d0fac1cccbe7a (patch) | |
| tree | e67503159376ba1e00a8ae9bd1203835d3bbc2a8 /meta-tpm | |
| parent | e920ff6e40d51f49b72ea438498217cb5fe64590 (diff) | |
| download | meta-security-4bf54d58ad0e0f327566c03be65d0fac1cccbe7a.tar.gz | |
tpm2-abrmd: update to 2.0.2
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
| -rw-r--r-- | meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.2.bb (renamed from meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb) | 9 | ||||
| -rw-r--r-- | meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator_138.bb (renamed from meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb) | 0 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb b/meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.2.bb index 31e90f8..951556d 100644 --- a/meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.1.bb +++ b/meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.2.bb | |||
| @@ -9,15 +9,16 @@ SECTION = "security/tpm" | |||
| 9 | LICENSE = "BSD-2-Clause" | 9 | LICENSE = "BSD-2-Clause" |
| 10 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | 10 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
| 11 | 11 | ||
| 12 | DEPENDS += "autoconf-archive dbus glib-2.0 pkgconfig tpm2.0-tss glib-2.0-native \ | 12 | DEPENDS = "autoconf-archive dbus glib-2.0 tpm2.0-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 | |||
| 15 | SRC_URI = "\ | 16 | SRC_URI = "\ |
| 16 | git://github.com/01org/tpm2-abrmd.git \ | 17 | git://github.com/01org/tpm2-abrmd.git \ |
| 17 | file://tpm2-abrmd-init.sh \ | 18 | file://tpm2-abrmd-init.sh \ |
| 18 | file://tpm2-abrmd.default \ | 19 | file://tpm2-abrmd.default \ |
| 19 | " | 20 | " |
| 20 | SRCREV = "80f8966b90d6394ad568e362d2936b333c2822bb" | 21 | SRCREV = "d0120ace58d97bc9520c0d558657eaca87ae73b1" |
| 21 | 22 | ||
| 22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
| 23 | 24 | ||
| @@ -34,9 +35,7 @@ USERADD_PACKAGES = "${PN}" | |||
| 34 | GROUPADD_PARAM_${PN} = "tss" | 35 | GROUPADD_PARAM_${PN} = "tss" |
| 35 | USERADD_PARAM_${PN} = "--system -M -d /var/lib/tpm -s /bin/false -g tss tss" | 36 | USERADD_PARAM_${PN} = "--system -M -d /var/lib/tpm -s /bin/false -g tss tss" |
| 36 | 37 | ||
| 37 | PACKAGECONFIG ?="udev" | 38 | PACKAGECONFIG ?="${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd', '', d)}" |
| 38 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd', '', d)}" | ||
| 39 | |||
| 40 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}, --with-systemdsystemunitdir=no" | 39 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}, --with-systemdsystemunitdir=no" |
| 41 | 40 | ||
| 42 | do_install_append() { | 41 | do_install_append() { |
diff --git a/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb b/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator_138.bb index 866791c..866791c 100644 --- a/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator-native_138.bb +++ b/meta-tpm/recipes-tpm/tpm2simulator/tpm2simulator_138.bb | |||
