Use single quote instead of double quotes to help bitabake syntax
highlighter do right job

Signed-off-by: Khem Raj <[email protected]>
Cc: Bruce Ashfield <[email protected]>
---
 recipes-extended/ipxe/ipxe_git.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/ipxe/ipxe_git.bb 
b/recipes-extended/ipxe/ipxe_git.bb
index ff46184..7565c21 100644
--- a/recipes-extended/ipxe/ipxe_git.bb
+++ b/recipes-extended/ipxe/ipxe_git.bb
@@ -23,13 +23,13 @@ SRC_URI = " \
 
 FILES:${PN} = "/usr/share/firmware/*.rom"
 
-EXTRA_OEMAKE = " \
+EXTRA_OEMAKE = ' \
     ISOLINUX_BIN="${STAGING_DIR_TARGET}/usr/share/syslinux/isolinux.bin" \
     CROSS_COMPILE="${TARGET_PREFIX}" \
     EXTRA_HOST_CFLAGS="${BUILD_CFLAGS}" \
     EXTRA_HOST_LDFLAGS="${BUILD_LDFLAGS}" \
     NO_WERROR="1" \
-"
+'
 
 S = "${WORKDIR}/git/src"
 
@@ -44,3 +44,5 @@ do_install() {
     install -d ${D}/usr/share/firmware
     install ${S}/bin/*.rom ${D}/usr/share/firmware/
 }
+
+TOOLCHAIN = "gcc"
-- 
2.36.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7266): 
https://lists.yoctoproject.org/g/meta-virtualization/message/7266
Mute This Topic: https://lists.yoctoproject.org/mt/90994868/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to