From 0c002d467eb337c5b55f6f651d385445d7d12cf5 Mon Sep 17 00:00:00 2001 From: Davidson K Date: Wed, 28 Sep 2022 20:23:45 +0530 Subject: [PATCH] arm-bsp/u-boot: add gnutls-native as dependency Since U-Boot 2022.04 the host tool mkeficapsule requires gnutls. Thus adding it to the dependency. Signed-off-by: Davidson K Change-Id: I8eff2e9bb9752bea5b885fcf3a69bf79c4f0c215 Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb index bc2d6d42..46f92446 100644 --- a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb +++ b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.04.bb @@ -23,4 +23,4 @@ do_configure[cleandirs] = "${B}" require recipes-bsp/u-boot/u-boot.inc -DEPENDS += "bc-native dtc-native" +DEPENDS += "bc-native dtc-native gnutls-native"