mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-27 22:38:40 +00:00
d05fc08f90
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>
6 lines
191 B
PHP
6 lines
191 B
PHP
DEPENDS += "gnu-efi"
|
|
PACKAGECONFIG_append = " efi"
|
|
EXTRA_OEMESON += "-Dgnu-efi=true \
|
|
-Defi-libdir=${STAGING_LIBDIR} \
|
|
-Defi-includedir=${STAGING_INCDIR}"
|