[meta-freescale] [meta-fsl-arm][PATCH] imx-test: add missing runtime dependency

Otavio Salvador otavio at ossystems.com.br
Wed Feb 5 03:43:48 PST 2014


Hello Rogerio,

On Tue, Feb 4, 2014 at 11:56 PM,  <ronunes at gmail.com> wrote:
> From: Rogerio Nunes <rogerio.nunes at freescale.com>
>
> The test scripts explicitly use bash instead of sh,
> so it's necessary to have bash as a runtime dependency
> in the imx-test recipe, otherwise, bitbake will fail
> when populating a rootfs that does not include bash.
>
> Signed-off-by: Rogerio Nunes <rogerio.nunes at freescale.com>
...
> +RDEPENDS_${PN} = "bash"
> +
...

This should go below FILES_${PN}

So you will get:

FILES_${PN} =....
RDEPENDS_${PN} =...

FILES_${PN}-dbg...


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


More information about the meta-freescale mailing list