diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-03 08:46:24 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 08:46:24 -0300 |
commit | cbc9e8461230031ecb72689d2b4e72d7fbeb1d90 (patch) | |
tree | ddabffd2e985d242e1e263e41ca369253192e130 | |
parent | 80dfd0f11c8dca03f314590f2f35c93e702acc7e (diff) | |
parent | 4b7afb6b2d7842a9c76c2c88657a7e6da7a6aa53 (diff) | |
download | meta-freescale-cbc9e8461230031ecb72689d2b4e72d7fbeb1d90.tar.gz |
Merge pull request #1165 from thochstein/fix-u-boot-imx-dependency
u-boot-imx: Add missing gnutls dependency
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc | 8 |
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 | |||
8 | SRCREV = "1c881f4da83cc05bee50f352fa183263d7e2622b" | 8 | SRCREV = "1c881f4da83cc05bee50f352fa183263d7e2622b" |
9 | LOCALVERSION ?= "-imx_v2022.04_5.15.32-2.0.0" | 9 | LOCALVERSION ?= "-imx_v2022.04_5.15.32-2.0.0" |
10 | 10 | ||
11 | DEPENDS += "flex-native bison-native bc-native dtc-native" | 11 | DEPENDS += " \ |
12 | bc-native \ | ||
13 | bison-native \ | ||
14 | dtc-native \ | ||
15 | flex-native \ | ||
16 | gnutls-native \ | ||
17 | " | ||
12 | 18 | ||
13 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
14 | B = "${WORKDIR}/build" | 20 | B = "${WORKDIR}/build" |