mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-17 05:06:59 +00:00
4042043742
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
11 lines
191 B
BlitzBasic
11 lines
191 B
BlitzBasic
require efitools.inc
|
|
|
|
DEPENDS:append = " gnu-efi-native"
|
|
|
|
inherit native
|
|
|
|
EXTRA_OEMAKE:append = " \
|
|
INCDIR_PREFIX='${STAGING_DIR_NATIVE}' \
|
|
CRTPATH_PREFIX='${STAGING_DIR_NATIVE}' \
|
|
"
|