mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 14:50:03 +00:00
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 <davidson.kumaresan@arm.com> Change-Id: I8eff2e9bb9752bea5b885fcf3a69bf79c4f0c215 Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user