summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index a93c99e6c9..e3409b9250 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -53,7 +53,7 @@ inherit autotools gettext texinfo
53 53
54PACKAGECONFIG ??= "" 54PACKAGECONFIG ??= ""
55PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" 55PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
56PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2" 56PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,libdevmapper"
57 57
58# grub2 creates its own set of -nostdinc / -isystem / -ffreestanding CFLAGS and 58# grub2 creates its own set of -nostdinc / -isystem / -ffreestanding CFLAGS and
59# OE's default BUILD_CFLAGS (assigned to CFLAGS for native builds) etc, conflict 59# OE's default BUILD_CFLAGS (assigned to CFLAGS for native builds) etc, conflict