summaryrefslogtreecommitdiffstats
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:07:18 -0300
commitf89933bbebc21506ab75be63fba9ffbaebed94da (patch)
tree1389c12684ec7a0f40d1d9992f7db8444d8438a0
parent6b1ce8c758da63354c0dc5d5f222fdcccc7996b5 (diff)
downloadmeta-freescale-f89933bbebc21506ab75be63fba9ffbaebed94da.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> (cherry picked from commit 2902c1c5a26b9ac2c7a1957698d92ceea2c5b0df)
-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"