diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-19 17:02:27 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-19 17:06:19 -0300 |
commit | 2902c1c5a26b9ac2c7a1957698d92ceea2c5b0df (patch) | |
tree | 3716a5458b7e594f795030dc187d67558f7a7f47 | |
parent | 7b1469350ac2bfc5414e3e93696a8c4da033b4fd (diff) | |
download | meta-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>
-rw-r--r-- | recipes-bsp/imx-kobs/imx-kobs_git.bb | 1 |
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 | ||
10 | PV = "5.5+git${SRCPV}" | 10 | PV = "5.5+git${SRCPV}" |
11 | SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \ | 11 | SRC_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 | " |
13 | SRCREV = "269fdffcf97238684de9f28977a73677282e061f" | 14 | SRCREV = "269fdffcf97238684de9f28977a73677282e061f" |
14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |