mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
1ae682b2f7
commit
c3d7adee65
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user