From f89933bbebc21506ab75be63fba9ffbaebed94da Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 19 Aug 2022 17:02:27 -0300 Subject: 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 (cherry picked from commit 2902c1c5a26b9ac2c7a1957698d92ceea2c5b0df) --- recipes-bsp/imx-kobs/imx-kobs_git.bb | 1 + 1 file changed, 1 insertion(+) 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" PV = "5.5+git${SRCPV}" SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \ + file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \ " SRCREV = "269fdffcf97238684de9f28977a73677282e061f" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf