tpm2: move configure option

The --with-udevrulesdir configure option has been moved from tpm2-abrmd to
tpm2-tss in the code, therefore move its associated EXTRA_OECONF to suit.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner
2018-08-01 19:15:32 -04:00
committed by Jia Zhang
parent dc173c7a8d
commit c2e3fe9168
2 changed files with 4 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ USERADD_PARAM_${PN} = "--system -M -d /var/lib/tpm -s /bin/false -g tss tss"
EXTRA_OECONF += "\
--with-systemdsystemunitdir=${systemd_system_unitdir} \
--with-systemdpresetdir=${systemd_unitdir}/system-preset \
--with-udevrulesdir=${sysconfdir}/udev/rules.d \
"
do_install_append() {

View File

@@ -14,6 +14,10 @@ PROVIDES = "${PACKAGES}"
inherit autotools pkgconfig
EXTRA_OECONF += " \
--with-udevrulesdir=${sysconfdir}/udev/rules.d \
"
PACKAGES = " \
libtss2-mu \
libtss2-mu-dev \