All of lore.kernel.org
 help / color / mirror / Atom feed
* grub: Allow reautoconf with the correct parameters
@ 2012-07-23 11:28 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-07-23 11:28 UTC (permalink / raw)
  To: openembedded-core

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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index f1ed7ca..9879651 100644
--- a/meta/recipes-bsp/grub/grub_1.99.bb
+++ b/meta/recipes-bsp/grub/grub_1.99.bb
@@ -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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-23 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 11:28 grub: Allow reautoconf with the correct parameters Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.