[meta-freescale] [3rdparty][PATCH] u-boot-gateworks-imx: Fix parsing errors

Khem Raj raj.khem at gmail.com
Wed Dec 12 17:24:27 PST 2018


Bitbake assignments cannnot be non-quoted on RHS, fixes parsing errors

Parsing recipes...ERROR: ParseError at
/mnt/jenkins/workspace/yocto-world-glibc/sources/meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb:13:
unparsed line: 'S = ${WORKDIR}/git'

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Cc: Sandra Tobajas <sandra.tobajas at savoirfairelinux.com>
---
 recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb b/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb
index 7e04f24..2923d06 100644
--- a/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-gateworks-imx_2015.04.bb
@@ -10,7 +10,7 @@ PV = "v2015.04+git${SRCPV}"
 SRCREV = "040377aefd06c8eef41763868fc9c6df2cbf9b1c"
 SRC_URI = "git://github.com/Gateworks/u-boot-imx6.git;branch=gateworks_v2015.04"
 
-S = ${WORKDIR}/git
+S = "${WORKDIR}/git"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(ventana)"
-- 
2.20.0



More information about the meta-freescale mailing list