summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-bsp/grub/grub_2.00.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-bsp/grub/grub_2.00.bb')
-rw-r--r--yocto-poky/meta/recipes-bsp/grub/grub_2.00.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/yocto-poky/meta/recipes-bsp/grub/grub_2.00.bb b/yocto-poky/meta/recipes-bsp/grub/grub_2.00.bb
index 88a709edb..778074a38 100644
--- a/yocto-poky/meta/recipes-bsp/grub/grub_2.00.bb
+++ b/yocto-poky/meta/recipes-bsp/grub/grub_2.00.bb
@@ -3,12 +3,11 @@ require grub2.inc
RDEPENDS_${PN} = "diffutils freetype"
PR = "r1"
-FILES_${PN}-dbg += "${libdir}/${BPN}/i386-pc/.debug"
-
-
EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \
--enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no"
+EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '--enable-largefile', '--disable-largefile', d)}"
+
do_install_append () {
install -d ${D}${sysconfdir}/grub.d
}
OpenPOWER on IntegriCloud