Pull request #24: fix(u-boot-coreos-efi): add missing depends on u-boot-tools

Merge in ICO/coreos from fix/uboot-efivar-deps to master

* commit 'f83fa6725ff43c34743efe6988d8081677e23c90':
  fix(u-boot-coreos-efi): add missing depends on u-boot-tools
This commit is contained in:
Samuel Dolt 2022-12-15 09:21:04 +01:00
commit 831173afaf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SRC_URI += " \
file://uefi-secureboot.cfg \
"
DEPENDS:append = " ${PYTHON_PN}-pyopenssl-native"
DEPENDS:append = " ${PYTHON_PN}-pyopenssl-native u-boot-tools-native"
# Generate a ubootefi.var file inside the build directory
#