From: Ming Liu Date: Fri, 10 Jan 2014 08:23:37 +0000 (+0800) Subject: grub: add PACKAGECONFIG for device-mapper X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34904 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f9e72f77cd0b06c5ad753cb9ab05dd681690c6b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub: add PACKAGECONFIG for device-mapper Avoids it's auto-detected from sysroot, which will lead implicit results. Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index 84e61933d02..ff9a7c6228f 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"