[oe-commits] [openembedded-core] 14/17: grub: Fix device mapper dependency

git at git.openembedded.org git at git.openembedded.org
Sun Jan 21 09:55:50 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9dececd2272f8b2887246b580f11f12b4a98fa9a
Author: Robert Joslyn <robert_joslyn at selinc.com>
AuthorDate: Wed Jan 17 13:12:34 2018 -0800

    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.
    
    Signed-off-by: Robert Joslyn <robert_joslyn at selinc.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-bsp/grub/grub2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 79a84e9..2ea31f6 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list