summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-01-25 10:59:30 -0300
committerGitHub <noreply@github.com>2023-01-25 10:59:30 -0300
commitc552ece62de85e7fc6393c3397f4fbbc113dbd2d (patch)
tree50e3abddfe1f50a91fba4923e201874d1492778d
parent16ea8c67165ef4f5c59bf0b0be5cbcf43b16dc45 (diff)
parentb8ee0d1b810668a1995773c766af0b13452cc864 (diff)
downloadmeta-freescale-c552ece62de85e7fc6393c3397f4fbbc113dbd2d.tar.gz
Merge pull request #1400 from MrCry0/master-u-boot-fslc-fix
u-boot-fslc: add gnutls-native dependency
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2023.01.bb2
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
9inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')} 9inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')}
10 10
11DEPENDS += "bc-native dtc-native python3-setuptools-native" 11DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native"
12 12
13PROVIDES += "u-boot" 13PROVIDES += "u-boot"
14 14