[oe-commits] [openembedded-core] 21/43: grub: Fix device mapper dependency

git at git.openembedded.org git at git.openembedded.org
Sat Mar 3 08:36:22 UTC 2018


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

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

commit 587ed6fb095763171d553e593585e283bc9aa6c2
Author: robert_joslyn at selinc.com <robert_joslyn at selinc.com>
AuthorDate: Wed Feb 7 10:29:43 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>
    Signed-off-by: Armin Kuster <akuster808 at gmail.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 a93c99e..e3409b9 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -53,7 +53,7 @@ inherit autotools gettext texinfo
 
 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