From: Martin Jansa Date: Sun, 21 Jul 2013 12:54:24 +0000 (+0200) Subject: grub: add PACKAGECONFIG for grub-mount X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ab491ffcee1b3ae1d7970918c61f9b91ccb9d7e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub: add PACKAGECONFIG for grub-mount * fuse is autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core master rev: 5e7c3228acce9f95b506ecce9712e843c35067df) Signed-off-by: Martin Jansa Signed-off-by: Saul Wold 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 8d224242531..5153b6a5524 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb @@ -33,6 +33,9 @@ FILES_${PN}-dbg += "${libdir}/${BPN}/i386-pc/.debug" inherit autotools inherit gettext +PACKAGECONFIG ??= "" +PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" + EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \ --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no"