summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-kobs/imx-kobs_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-11 09:57:46 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-22 22:27:03 -0300
commite492297efb2c472f2cf580b06f54667df1593597 (patch)
tree1485c03f89a99863896e67f8f26d151b793aa875 /recipes-bsp/imx-kobs/imx-kobs_git.bb
parent435eab8c69441e2cfbc709529bd39ccdd155aaf7 (diff)
downloadmeta-freescale-e492297efb2c472f2cf580b06f54667df1593597.tar.gz
imx-kobs: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-kobs/imx-kobs_git.bb')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index aab10f9c..eaea1657 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -10,6 +10,8 @@ PV = "5.5+git${SRCPV}"
10SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601" 10SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601"
11 11
12SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https" 12SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
13 file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \
14"
13 15
14S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
15 17