From 292463aa26a1ab9c9ba08b7520e3914373baa609 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 14 Jan 2017 14:16:11 +0000 Subject: [PATCH] systemd-boot: Add missing gperf-native DEPENDS Configure searches for this and fails if its not present. (From OE-Core rev: d4d2dcf3fb00ef1ccd9f1471a8017b1df5052a88) Signed-off-by: Richard Purdie --- meta/recipes-bsp/systemd-boot/systemd-boot_232.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"