summaryrefslogtreecommitdiffstats
path: root/meta-efi-secure-boot/recipes-core/systemd/systemd-efi-secure-boot.inc
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-01-18 16:48:21 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-01-19 17:44:02 +0800
commitd05fc08f90ceb97375a2032a79fd992bf25353cf (patch)
tree8ebe6637938e884f4745921ca6e1d5f9ffeaa785 /meta-efi-secure-boot/recipes-core/systemd/systemd-efi-secure-boot.inc
parent2d1fb96206acfd5b85084304af1760a4f598741a (diff)
downloadmeta-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.inc5
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 @@
1DEPENDS += "gnu-efi"
2PACKAGECONFIG_append = " efi"
3EXTRA_OEMESON += "-Dgnu-efi=true \
4 -Defi-libdir=${STAGING_LIBDIR} \
5 -Defi-includedir=${STAGING_INCDIR}"