Commit 555231fa authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent d29c7196
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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.

+1 −1
Original line number Diff line number Diff line
@@ -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