From d4d2dcf3fb00ef1ccd9f1471a8017b1df5052a88 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 14 Jan 2017 14:16:11 +0000 Subject: systemd-boot: Add missing gperf-native DEPENDS Configure searches for this and fails if its not present. Signed-off-by: Richard Purdie --- meta/recipes-bsp/systemd-boot/systemd-boot_232.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-bsp/systemd-boot') diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb b/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb index 602052ca13..0471ce246b 100644 --- a/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb +++ b/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb @@ -1,6 +1,6 @@ require recipes-core/systemd/systemd.inc -DEPENDS = "intltool-native libcap util-linux gnu-efi" +DEPENDS = "intltool-native libcap util-linux gnu-efi gperf-native" SRC_URI += "file://0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch" -- cgit 1.2.3-korg