mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-07 02:08:20 +00:00
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:
committed by
Jia Zhang
parent
dc173c7a8d
commit
c2e3fe9168
@@ -33,7 +33,6 @@ USERADD_PARAM_${PN} = "--system -M -d /var/lib/tpm -s /bin/false -g tss tss"
|
|||||||
EXTRA_OECONF += "\
|
EXTRA_OECONF += "\
|
||||||
--with-systemdsystemunitdir=${systemd_system_unitdir} \
|
--with-systemdsystemunitdir=${systemd_system_unitdir} \
|
||||||
--with-systemdpresetdir=${systemd_unitdir}/system-preset \
|
--with-systemdpresetdir=${systemd_unitdir}/system-preset \
|
||||||
--with-udevrulesdir=${sysconfdir}/udev/rules.d \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
|
|||||||
@@ -14,6 +14,10 @@ PROVIDES = "${PACKAGES}"
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OECONF += " \
|
||||||
|
--with-udevrulesdir=${sysconfdir}/udev/rules.d \
|
||||||
|
"
|
||||||
|
|
||||||
PACKAGES = " \
|
PACKAGES = " \
|
||||||
libtss2-mu \
|
libtss2-mu \
|
||||||
libtss2-mu-dev \
|
libtss2-mu-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user