mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d84da13283
commit
9bfe9dadfe
@@ -47,7 +47,7 @@ EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
|
||||
PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2"
|
||||
PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,libdevmapper"
|
||||
|
||||
# grub2 creates its own set of -nostdinc / -isystem / -ffreestanding CFLAGS and
|
||||
# OE's default BUILD_CFLAGS (assigned to CFLAGS for native builds) etc, conflict
|
||||
|
||||
Reference in New Issue
Block a user