summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorRobert Joslyn <robert_joslyn@selinc.com>2018-01-17 13:12:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-22 10:39:09 +0000
commit9bfe9dadfe929c9d1d15008597ef9d49be4c0fe4 (patch)
treecc76aab8606c2c3a833bf82b1e8346ac39b81fe6 /meta/recipes-bsp
parentd84da1328317f9d8d0cbf15cae40bd3036a350bf (diff)
downloadpoky-9bfe9dadfe929c9d1d15008597ef9d49be4c0fe4.tar.gz
grub: Fix device mapper dependency
The lvm2 recipe in meta-oe was split, so the libdevmapper library is provided by the libdevmapper recipe rather than lvm2. (From OE-Core rev: 68a3ae195998f96e2d8678a6a3733117d490787d) Signed-off-by: Robert Joslyn <robert_joslyn@selinc.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-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 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
48PACKAGECONFIG ??= "" 48PACKAGECONFIG ??= ""
49PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" 49PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
50PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2" 50PACKAGECONFIG[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