u-boot-gateworks-imx: Fix parsing errors

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@gmail.com>
Cc: Sandra Tobajas <sandra.tobajas@savoirfairelinux.com>
This commit is contained in:
Khem Raj 2018-12-12 17:20:11 -08:00 committed by Otavio Salvador
parent 1ae682b2f7
commit c3d7adee65

View File

@ -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)"