[OE-core] [PATCH 09/11] grub: do not mix single and double quotes.

Ismo Puustinen ismo.puustinen at intel.com
Thu May 21 08:21:38 UTC 2015


---
 meta/recipes-bsp/grub/grub_2.00.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index 88a709e..0347442 100644
--- a/meta/recipes-bsp/grub/grub_2.00.bb
+++ b/meta/recipes-bsp/grub/grub_2.00.bb
@@ -6,8 +6,8 @@ PR = "r1"
 FILES_${PN}-dbg += "${libdir}/${BPN}/i386-pc/.debug"
 
 
-EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \
-               --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no"
+EXTRA_OECONF = '--with-platform=pc --disable-grub-mkfont --program-prefix="" \
+               --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no'
 
 do_install_append () {
     install -d ${D}${sysconfdir}/grub.d
-- 
2.1.0




More information about the Openembedded-core mailing list