diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 79a84e9ac5..2ea31f6420 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -47,7 +47,7 @@ EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ | |||
47 | 47 | ||
48 | PACKAGECONFIG ??= "" | 48 | PACKAGECONFIG ??= "" |
49 | PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" | 49 | PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" |
50 | PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2" | 50 | PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,libdevmapper" |
51 | 51 | ||
52 | # grub2 creates its own set of -nostdinc / -isystem / -ffreestanding CFLAGS and | 52 | # grub2 creates its own set of -nostdinc / -isystem / -ffreestanding CFLAGS and |
53 | # OE's default BUILD_CFLAGS (assigned to CFLAGS for native builds) etc, conflict | 53 | # OE's default BUILD_CFLAGS (assigned to CFLAGS for native builds) etc, conflict |