aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-23 11:24:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-24 10:11:54 +0100
commitcae93d99497b822de9607261d225385423d5daf2 (patch)
treebe29480f206aacb620071cd87f0294bea9ccf98e /meta/recipes-bsp
parentda1de01aa74da0f38f07af523a9861824f7b0c95 (diff)
downloadopenembedded-core-cae93d99497b822de9607261d225385423d5daf2.tar.gz
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')
-rw-r--r--meta/recipes-bsp/grub/grub_1.99.bb4
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