aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorMing Liu <ming.liu@windriver.com>2014-01-10 16:23:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-10 15:12:39 +0000
commit6f9e72f77cd0b06c5ad753cb9ab05dd681690c6b (patch)
tree421c239bd3be31549e3a70a35a5e0188fe6ff467 /meta/recipes-bsp
parentcd962b790d5d15985a5a436169d6b2e3b0db0b2d (diff)
downloadopenembedded-core-contrib-6f9e72f77cd0b06c5ad753cb9ab05dd681690c6b.tar.gz
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@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/grub/grub_2.00.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index 84e61933d0..ff9a7c6228 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"