[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-imx: fix missing initial space for cgtqmx6 patch

Andreas Henriksson andreas.henriksson at endian.se
Fri Feb 14 03:57:09 PST 2014


Seems "same" changes has been made on both master and dora branch,
but the dora commit has the space in place.

This patch was created via:
git diff freescale/dora..freescale/master recipes-kernel/linux/linux-imx_3.0.35.bbappend | patch -p1 -R

Signed-off-by: Andreas Henriksson <andreas.henriksson at endian.se>
---
 recipes-kernel/linux/linux-imx_3.0.35.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bbappend b/recipes-kernel/linux/linux-imx_3.0.35.bbappend
index c3d50fc..9a8b2fb 100644
--- a/recipes-kernel/linux/linux-imx_3.0.35.bbappend
+++ b/recipes-kernel/linux/linux-imx_3.0.35.bbappend
@@ -2,4 +2,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
 
 PRINC := "${@int(PRINC) + 5}"
 
-SRC_URI_append_cgtqmx6 = "file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch"
+SRC_URI_append_cgtqmx6 = " file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch"
-- 
1.8.5.3



More information about the meta-freescale mailing list