mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
linux-imx: fix missing initial space for cgtqmx6 patch
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@endian.se>
This commit is contained in:
parent
2ab6aca8d2
commit
e0ae7fcba0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user