From: Richard Purdie Date: Sat, 14 Jan 2017 14:16:11 +0000 (+0000) Subject: systemd-boot: Add missing gperf-native DEPENDS X-Git-Tag: uninative-1.5~796 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d4d2dcf3fb00ef1ccd9f1471a8017b1df5052a88;p=openembedded-core.git systemd-boot: Add missing gperf-native DEPENDS Configure searches for this and fails if its not present. Signed-off-by: Richard Purdie --- 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"