[OE-core] [PATCH 03/11] systemd-boot: Add missing gperf-native DEPENDS

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jan 19 16:12:54 UTC 2017


Configure searches for this and fails if its not present.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 602052c..0471ce2 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"
 
-- 
2.7.4




More information about the Openembedded-core mailing list