diff options
| -rw-r--r-- | meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd.inc | 1 | ||||
| -rw-r--r-- | meta-tpm2/recipes-tpm/tpm2-tss/tpm2-tss.inc | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd.inc b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd.inc index 804ee19..1cf5379 100644 --- a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd.inc +++ b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd.inc | |||
| @@ -33,7 +33,6 @@ USERADD_PARAM_${PN} = "--system -M -d /var/lib/tpm -s /bin/false -g tss tss" | |||
| 33 | EXTRA_OECONF += "\ | 33 | EXTRA_OECONF += "\ |
| 34 | --with-systemdsystemunitdir=${systemd_system_unitdir} \ | 34 | --with-systemdsystemunitdir=${systemd_system_unitdir} \ |
| 35 | --with-systemdpresetdir=${systemd_unitdir}/system-preset \ | 35 | --with-systemdpresetdir=${systemd_unitdir}/system-preset \ |
| 36 | --with-udevrulesdir=${sysconfdir}/udev/rules.d \ | ||
| 37 | " | 36 | " |
| 38 | 37 | ||
| 39 | do_install_append() { | 38 | do_install_append() { |
diff --git a/meta-tpm2/recipes-tpm/tpm2-tss/tpm2-tss.inc b/meta-tpm2/recipes-tpm/tpm2-tss/tpm2-tss.inc index b03c152..e917b87 100644 --- a/meta-tpm2/recipes-tpm/tpm2-tss/tpm2-tss.inc +++ b/meta-tpm2/recipes-tpm/tpm2-tss/tpm2-tss.inc | |||
| @@ -14,6 +14,10 @@ PROVIDES = "${PACKAGES}" | |||
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 16 | 16 | ||
| 17 | EXTRA_OECONF += " \ | ||
| 18 | --with-udevrulesdir=${sysconfdir}/udev/rules.d \ | ||
| 19 | " | ||
| 20 | |||
| 17 | PACKAGES = " \ | 21 | PACKAGES = " \ |
| 18 | libtss2-mu \ | 22 | libtss2-mu \ |
| 19 | libtss2-mu-dev \ | 23 | libtss2-mu-dev \ |
