From 6f9e72f77cd0b06c5ad753cb9ab05dd681690c6b Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Fri, 10 Jan 2014 16:23:37 +0800 Subject: grub: add PACKAGECONFIG for device-mapper Avoids it's auto-detected from sysroot, which will lead implicit results. Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- meta/recipes-bsp/grub/grub_2.00.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index 84e61933d0..ff9a7c6228 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb @@ -37,6 +37,7 @@ inherit gettext PACKAGECONFIG ??= "" PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" +PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2" EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \ --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no" -- cgit 1.2.3-korg