[meta-freescale] Updates to meta-freescale (pyro and master) in 2017-05-19

Ricardo Salveti rsalveti at rsalveti.net
Fri May 19 10:17:47 PDT 2017


On Fri, May 19, 2017 at 8:02 AM,  <otavio.salvador at gmail.com> wrote:
> Hello,
>
> I pushed following updates:
>
> commit ae6434f5f389a32cfc2a674f82f3f807cc721135
> Author: Khem Raj <raj.khem at gmail.com>
> Date:   Thu May 11 09:57:46 2017 -0700
>
>     imx-kobs: Fix build with musl
>
>     Signed-off-by: Khem Raj <raj.khem at gmail.com>
>     Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

Looks like this patch broke the recipe:
ERROR: ParseError at
../../layers/meta-freescale/recipes-bsp/imx-kobs/imx-kobs_git.bb:14:
unparsed line: '
file://0001-Add-missing-includes-as-pointed-out-by-musl.patch "'

 SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
+           file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \
+"

Should be:
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb
b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index eaea165..096d074 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM =
"file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 PV = "5.5+git${SRCPV}"
 SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601"

-SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
+SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \
            file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \
 "

Cheers,
-- 
Ricardo Salveti de Araujo


More information about the meta-freescale mailing list