mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
With the autodebug package generation logic, specifically setting FILES_${PN}-dbg
isn't needed in most cases, we can remove them.
(From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
353 B
BlitzBasic
15 lines
353 B
BlitzBasic
require grub2.inc
|
|
|
|
RDEPENDS_${PN} = "diffutils freetype"
|
|
PR = "r1"
|
|
|
|
EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \
|
|
--enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no"
|
|
|
|
do_install_append () {
|
|
install -d ${D}${sysconfdir}/grub.d
|
|
}
|
|
|
|
INSANE_SKIP_${PN} = "arch"
|
|
INSANE_SKIP_${PN}-dbg = "arch"
|