summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-08-19 17:02:27 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2022-08-19 17:06:19 -0300
commit2902c1c5a26b9ac2c7a1957698d92ceea2c5b0df (patch)
tree3716a5458b7e594f795030dc187d67558f7a7f47 /recipes-bsp
parent7b1469350ac2bfc5414e3e93696a8c4da033b4fd (diff)
downloadmeta-freescale-2902c1c5a26b9ac2c7a1957698d92ceea2c5b0df.tar.gz
imx-kobs: apply existing patch to fix musl build
Long time ago, a bump ended removing the patch which fixes the musl build and now it is being added back. Fixes: e7efa7a2 "imx-kobs: Update SRCREV to 02c01d" Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index 761aac55..c8880d49 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
9 9
10PV = "5.5+git${SRCPV}" 10PV = "5.5+git${SRCPV}"
11SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \ 11SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \
12 file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \
12" 13"
13SRCREV = "269fdffcf97238684de9f28977a73677282e061f" 14SRCREV = "269fdffcf97238684de9f28977a73677282e061f"
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"