diff options
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-01-25 12:14:29 +0200 |
---|---|---|
committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-01-25 12:14:29 +0200 |
commit | b8ee0d1b810668a1995773c766af0b13452cc864 (patch) | |
tree | 50e3abddfe1f50a91fba4923e201874d1492778d /recipes-bsp/u-boot | |
parent | 16ea8c67165ef4f5c59bf0b0be5cbcf43b16dc45 (diff) | |
download | meta-freescale-b8ee0d1b810668a1995773c766af0b13452cc864.tar.gz |
u-boot-fslc: add gnutls-native dependency
Since U-Boot 2022.04 the host tool mkeficapsule requires gnutls.
Some boards, i.e. imx8mp_rsb3720a1, imx8mm-cl-iot-gate, etc. have
EFI enabled by default and fail to find <gnutls/gnutls.h> when
building.
Add gnutls-native to the dependency to solve building issues.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2023.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb index 1953d788..f6164a76 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb | |||
@@ -8,7 +8,7 @@ version, or because it is not applicable for upstreaming." | |||
8 | 8 | ||
9 | inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')} | 9 | inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')} |
10 | 10 | ||
11 | DEPENDS += "bc-native dtc-native python3-setuptools-native" | 11 | DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" |
12 | 12 | ||
13 | PROVIDES += "u-boot" | 13 | PROVIDES += "u-boot" |
14 | 14 | ||