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:35:32 +0100 |
commit | f4511f3684d1cbed6768d1339d5d79d197394af5 (patch) | |
tree | e0b5134654f80e7e9118efef4dd63362bd6c64c6 /meta/recipes-bsp/grub | |
parent | 315d52934693b14f08b62f3f5f361d834484e180 (diff) | |
download | poky-f4511f3684d1cbed6768d1339d5d79d197394af5.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.
(From OE-Core rev: cae93d99497b822de9607261d225385423d5daf2)
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 | |||
37 | 37 | ||
38 | EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix=""" | 38 | EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix=""" |
39 | 39 | ||
40 | do_configure() { | ||
41 | oe_runconf | ||
42 | } | ||
43 | |||
44 | do_install_append () { | 40 | do_install_append () { |
45 | install -d ${D}${sysconfdir}/grub.d | 41 | install -d ${D}${sysconfdir}/grub.d |
46 | install -m 0755 ${WORKDIR}/40_custom ${D}${sysconfdir}/grub.d/40_custom | 42 | install -m 0755 ${WORKDIR}/40_custom ${D}${sysconfdir}/grub.d/40_custom |