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:
commit
831173afaf
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue