]> code.ossystems Code Review - meta-freescale.git/commitdiff
firmware-imx: Fix PE syntax to follow code style
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 6 Apr 2015 17:15:01 +0000 (14:15 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 9 Apr 2015 11:57:11 +0000 (08:57 -0300)
This adds space before and after equal symbol.

Change-Id: If8f0f3a710730a67b473828889c3c07b51940393
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/firmware-imx/firmware-imx.inc

index 96ff1b0707fa5ddaeb4b0f515faa902ba6b80f81..e42974c94c0a853449e3841db0ac4cfea0311beb 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "base"
 LICENSE = "Proprietary"
 LIC_FILES_CHKSUM = "file://licenses/vpu/EULA;md5=6469a8514eed615d6bf8c09f41846d8f"
 
-PE="1"
+PE = "1"
 
 SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV}.bin;fsl-eula=true"