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 <[email protected]> --- 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 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
