[meta-freescale] [PATCH] DEPENDS_append is being used without a leading space, causing the concatenation of dependencies. Use += operator instead.

Otavio Salvador otavio.salvador at ossystems.com.br
Sat Oct 27 11:16:05 PDT 2018


On Wed, Oct 17, 2018 at 4:56 PM Hector Almeida <hectoralmeida5 at gmail.com> wrote:
> The patch I send could be applied to sumo and rocko branches. I saw that in master branch, the u-boot-imx_2017.03.bb recipe has been updated and now the DEPENDS_append is being set with the leading space in dtc-145.bbclass.

Please use:

DEPENDS_append = "<space>..."

as this is the smaller possible fix to address the issue. Also, please
fix the commit log to use:

u-boot-imx: <short description>
<empty line>
<long description>
<empty line>
Signed-off-by: ...

Reference: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list