[oe-commits] Richard Purdie : grub: Allow reautoconf with the correct parameters

git at git.openembedded.org git at git.openembedded.org
Tue Jul 24 09:15:25 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: cae93d99497b822de9607261d225385423d5daf2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cae93d99497b822de9607261d225385423d5daf2

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jul 23 11:24:34 2012 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/grub/grub_1.99.bb |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

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





More information about the Openembedded-commits mailing list