vboot-utils: add missing dependency on host-util-linux
vboot-utils needs uuid.h and libuuid for the cgpt tool, so we need to depend on host-util-linux. Fixes: http://autobuild.buildroot.org/results/ee1/ee18202cb6d7751178617e6a3d0bc97e65318aa9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d29c7196bf
commit
555231fa2d
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_HOST_VBOOT_UTILS
|
||||
bool "host vboot utils"
|
||||
select BR2_PACKAGE_HOST_UTIL_LINUX
|
||||
help
|
||||
Chromium OS verified boot utilities: futility and cgpt.
|
||||
|
||||
|
@ -10,7 +10,7 @@ VBOOT_UTILS_SITE_METHOD = git
|
||||
VBOOT_UTILS_LICENSE = BSD-3c
|
||||
VBOOT_UTILS_LICENSE_FILES = LICENSE
|
||||
|
||||
HOST_VBOOT_UTILS_DEPENDENCIES = host-openssl host-pkgconf
|
||||
HOST_VBOOT_UTILS_DEPENDENCIES = host-openssl host-util-linux host-pkgconf
|
||||
|
||||
# vboot_reference contains code that goes into bootloaders,
|
||||
# utilities intended for the target system, and a bunch of scripts
|
||||
|
Loading…
Reference in New Issue
Block a user