summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-08-03 08:51:52 -0300
committerGitHub <noreply@github.com>2022-08-03 08:51:52 -0300
commit64e2f37bf1f20d9b636de9a7ebd99ac48d35dcd7 (patch)
tree75877b63106a9a7883ae67a8094322055b8f9b13
parent501907bff5668ad5237644dd25e13afd5d2c3f3f (diff)
parent13b84588c932a790f7e30377447a5dd1a3bffe63 (diff)
downloadmeta-freescale-64e2f37bf1f20d9b636de9a7ebd99ac48d35dcd7.tar.gz
Merge pull request #1166 from Freescale/backport-1165-to-kirkstone
[Backport kirkstone] u-boot-imx: Add missing gnutls dependency
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
index 3c9c0f92..7db57bf0 100644
--- a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
+++ b/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc
@@ -8,7 +8,13 @@ SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https
8SRCREV = "1c881f4da83cc05bee50f352fa183263d7e2622b" 8SRCREV = "1c881f4da83cc05bee50f352fa183263d7e2622b"
9LOCALVERSION ?= "-imx_v2022.04_5.15.32-2.0.0" 9LOCALVERSION ?= "-imx_v2022.04_5.15.32-2.0.0"
10 10
11DEPENDS += "flex-native bison-native bc-native dtc-native" 11DEPENDS += " \
12 bc-native \
13 bison-native \
14 dtc-native \
15 flex-native \
16 gnutls-native \
17"
12 18
13S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
14B = "${WORKDIR}/build" 20B = "${WORKDIR}/build"