mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-03 13:50:45 +00:00
tpm2-abrmd: update to 2.0.1
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
+4
-4
@@ -9,14 +9,15 @@ SECTION = "security/tpm"
|
|||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
|
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
|
||||||
|
|
||||||
DEPENDS += "autoconf-archive dbus glib-2.0 pkgconfig tpm2.0-tss glib-2.0-native"
|
DEPENDS += "autoconf-archive dbus glib-2.0 pkgconfig tpm2.0-tss glib-2.0-native \
|
||||||
|
libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/01org/tpm2-abrmd.git \
|
git://github.com/01org/tpm2-abrmd.git \
|
||||||
file://tpm2-abrmd-init.sh \
|
file://tpm2-abrmd-init.sh \
|
||||||
file://tpm2-abrmd.default \
|
file://tpm2-abrmd.default \
|
||||||
"
|
"
|
||||||
SRCREV = "59ce1008e5fa3bd5a143437b0f7390851fd25bd8"
|
SRCREV = "80f8966b90d6394ad568e362d2936b333c2822bb"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@@ -37,7 +38,6 @@ PACKAGECONFIG ?="udev"
|
|||||||
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd', '', d)}"
|
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd', '', d)}"
|
||||||
|
|
||||||
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}, --with-systemdsystemunitdir=no"
|
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}, --with-systemdsystemunitdir=no"
|
||||||
PACKAGECONFIG[udev] = "--with-udevrulesdir=${sysconfdir}/udev/rules.d, --without-udevrulesdir"
|
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
install -d "${D}${sysconfdir}/init.d"
|
install -d "${D}${sysconfdir}/init.d"
|
||||||
@@ -49,6 +49,6 @@ do_install_append() {
|
|||||||
|
|
||||||
FILES_${PN} += "${libdir}/systemd/system-preset"
|
FILES_${PN} += "${libdir}/systemd/system-preset"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "libgcc dbus-glib libtss2 libtctidevice libtctisocket"
|
RDEPENDS_${PN} += "tpm2.0-tss"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
Reference in New Issue
Block a user