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>
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.
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