vboot-utils: add missing dependency on host-util-linux
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 27 Dec 2015 16:40:56 +0000 (17:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 27 Dec 2015 16:40:56 +0000 (17:40 +0100)
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>
package/vboot-utils/Config.in.host
package/vboot-utils/vboot-utils.mk

index 899f6e78b0a5df73f55b6704d393863b64e16d4b..aa0caef2e26ee9a03d7666656bc09845d61f5cc9 100644 (file)
@@ -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.
 
index 75978cba716ba245d432914f2d1f694c48a1b5a8..a7592d6a4e73bb09ecba02aaf70196ae98818544 100644 (file)
@@ -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