diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-23 11:24:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-24 10:11:54 +0100 |
commit | cae93d99497b822de9607261d225385423d5daf2 (patch) | |
tree | be29480f206aacb620071cd87f0294bea9ccf98e /meta/recipes-bsp/grub | |
parent | da1de01aa74da0f38f07af523a9861824f7b0c95 (diff) | |
download | openembedded-core-cae93d99497b822de9607261d225385423d5daf2.tar.gz openembedded-core-cae93d99497b822de9607261d225385423d5daf2.tar.bz2 openembedded-core-cae93d99497b822de9607261d225385423d5daf2.zip |
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@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r-- | 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 f1ed7ca6a5..9879651dfb 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 |