From: Richard Purdie Date: Sat, 14 Jan 2017 14:16:11 +0000 (+0000) Subject: systemd-boot: Add missing gperf-native DEPENDS X-Git-Tag: yocto-4.0~18537 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4d2dcf3fb00ef1ccd9f1471a8017b1df5052a88;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 602052ca131..0471ce246b4 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"