diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-01-25 10:59:30 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-25 10:59:30 -0300 |
| commit | c552ece62de85e7fc6393c3397f4fbbc113dbd2d (patch) | |
| tree | 50e3abddfe1f50a91fba4923e201874d1492778d | |
| parent | 16ea8c67165ef4f5c59bf0b0be5cbcf43b16dc45 (diff) | |
| parent | b8ee0d1b810668a1995773c766af0b13452cc864 (diff) | |
| download | meta-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.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 1953d7884..f6164a768 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 | ||
