diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-01-18 16:48:21 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2021-01-19 17:44:02 +0800 |
commit | d05fc08f90ceb97375a2032a79fd992bf25353cf (patch) | |
tree | 8ebe6637938e884f4745921ca6e1d5f9ffeaa785 /meta-efi-secure-boot/recipes-core/systemd/systemd-efi-secure-boot.inc | |
parent | 2d1fb96206acfd5b85084304af1760a4f598741a (diff) | |
download | meta-secure-core-d05fc08f90ceb97375a2032a79fd992bf25353cf.tar.gz |
meta-efi-secure-boot/systemd: switch to meson build
The systemd switched to meson build long time ago. Somehow this bbappend
didn't update. Switch to meson build otherwise these options do not work
at all.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-efi-secure-boot/recipes-core/systemd/systemd-efi-secure-boot.inc')
-rw-r--r-- | meta-efi-secure-boot/recipes-core/systemd/systemd-efi-secure-boot.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-efi-secure-boot/recipes-core/systemd/systemd-efi-secure-boot.inc b/meta-efi-secure-boot/recipes-core/systemd/systemd-efi-secure-boot.inc new file mode 100644 index 0000000..da6e27b --- /dev/null +++ b/meta-efi-secure-boot/recipes-core/systemd/systemd-efi-secure-boot.inc | |||
@@ -0,0 +1,5 @@ | |||
1 | DEPENDS += "gnu-efi" | ||
2 | PACKAGECONFIG_append = " efi" | ||
3 | EXTRA_OEMESON += "-Dgnu-efi=true \ | ||
4 | -Defi-libdir=${STAGING_LIBDIR} \ | ||
5 | -Defi-includedir=${STAGING_INCDIR}" | ||