diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-11-18 23:56:52 -0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2019-11-19 16:05:17 +0800 |
commit | 73602a5eeaf46c3cdee228175d2cc853a58a05f8 (patch) | |
tree | a915ead441beb01ca7736ecbaaf33fb99182d49f | |
parent | b2bb64d9e62cfb9c7eff4e62b72d378509e3c4d9 (diff) | |
download | meta-secure-core-73602a5eeaf46c3cdee228175d2cc853a58a05f8.tar.gz |
efitools-native: Fix compilation problem with latest /usr/include/efi
Since commit [382ffa1 efitools: Fix compilation problem with
latest /usr/include/efi], we should apply the fix to native also.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc | 1 | ||||
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/efitools/efitools_git.bb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc b/meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc index 9006fd3..d544675 100644 --- a/meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc +++ b/meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc | |||
@@ -29,6 +29,7 @@ SRC_URI = "\ | |||
29 | file://Reuse-xxdi.pl.patch \ | 29 | file://Reuse-xxdi.pl.patch \ |
30 | file://Add-static-keyword-for-IsValidVariableHeader.patch \ | 30 | file://Add-static-keyword-for-IsValidVariableHeader.patch \ |
31 | file://Dynamically-load-openssl.cnf-for-openssl-1.0.x-and-1.patch \ | 31 | file://Dynamically-load-openssl.cnf-for-openssl-1.0.x-and-1.patch \ |
32 | file://0001-console.c-Fix-compilation-against-latest-usr-include.patch \ | ||
32 | " | 33 | " |
33 | SRCREV = "392836a46ce3c92b55dc88a1aebbcfdfc5dcddce" | 34 | SRCREV = "392836a46ce3c92b55dc88a1aebbcfdfc5dcddce" |
34 | 35 | ||
diff --git a/meta-efi-secure-boot/recipes-bsp/efitools/efitools_git.bb b/meta-efi-secure-boot/recipes-bsp/efitools/efitools_git.bb index 763ab72..ffc2dc8 100644 --- a/meta-efi-secure-boot/recipes-bsp/efitools/efitools_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/efitools/efitools_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI_append += "\ | |||
10 | file://Build-DBX-by-default.patch \ | 10 | file://Build-DBX-by-default.patch \ |
11 | file://LockDown-disable-the-entrance-into-BIOS-setup-to-re-.patch \ | 11 | file://LockDown-disable-the-entrance-into-BIOS-setup-to-re-.patch \ |
12 | file://Fix-help2man-error.patch \ | 12 | file://Fix-help2man-error.patch \ |
13 | file://0001-console.c-Fix-compilation-against-latest-usr-include.patch \ | ||
14 | " | 13 | " |
15 | 14 | ||
16 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 15 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |