mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 22:49:06 +00:00
grub: Allow reautoconf with the correct parameters
Without this change, an effective reautoconf happens at compile time with potentially incorrect parameters. This change ensures it happens once, in do_configure with the correct parameters. (From OE-Core rev: cae93d99497b822de9607261d225385423d5daf2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
315d529346
commit
f4511f3684
@ -37,10 +37,6 @@ inherit gettext
|
||||
|
||||
EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="""
|
||||
|
||||
do_configure() {
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${sysconfdir}/grub.d
|
||||
install -m 0755 ${WORKDIR}/40_custom ${D}${sysconfdir}/grub.d/40_custom
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user