[oe-commits] Ming Liu : grub: add PACKAGECONFIG for device-mapper

git at git.openembedded.org git at git.openembedded.org
Fri Jan 10 15:20:19 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6f9e72f77cd0b06c5ad753cb9ab05dd681690c6b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6f9e72f77cd0b06c5ad753cb9ab05dd681690c6b

Author: Ming Liu <ming.liu at windriver.com>
Date:   Fri Jan 10 16:23:37 2014 +0800

grub: add PACKAGECONFIG for device-mapper

Avoids it's auto-detected from sysroot, which will lead implicit results.

Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/grub/grub_2.00.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index 84e6193..ff9a7c6 100644
--- a/meta/recipes-bsp/grub/grub_2.00.bb
+++ b/meta/recipes-bsp/grub/grub_2.00.bb
@@ -37,6 +37,7 @@ inherit gettext
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
+PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2"
 
 EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \
                --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no"



More information about the Openembedded-commits mailing list