From a7fca64d04949e76805e7acc3f617a1cd4a107a7 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 2 Apr 2015 01:55:16 -0700 Subject: grub-efi: add PACKAGECONFIG for grub-mount and device-mapper We had PACKAGECONFIGs for grub_2.00 and grub_git, we also need them for grub-efi, otherwise there might be failures as: grub-2.00/util/grub-mount.c:37:23: fatal error: fuse/fuse.h: No such file or directory Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-bsp/grub/grub_git.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-bsp/grub/grub_git.bb') diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index 3ab675b298..c2760c9ace 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -20,10 +20,6 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' inherit autotools gettext texinfo -PACKAGECONFIG ??= "" -PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" -PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2" - # configure.ac has code to set this automagically from the target tuple # but the OE freeform one (core2-foo-bar-linux) don't work with that. -- cgit 1.2.3-korg