From: Rogerio Nunes Date: Wed, 5 Feb 2014 13:47:23 +0000 (-0500) Subject: imx-test: add missing runtime dependency X-Git-Tag: 2.1~1082 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cb7e81ace6ae4adcd97ae7ea6cdfbffcf08ab8c2;p=meta-freescale.git imx-test: add missing runtime dependency 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. Change-Id: Ida97bbef7ca736cafa3874a7eabee8f8e942c715 Signed-off-by: Rogerio Nunes --- diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc index a98313c6..eb3d02e9 100644 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc @@ -52,4 +52,6 @@ do_install() { } FILES_${PN} += "/unit_tests" +RDEPENDS_${PN} = "bash" + FILES_${PN}-dbg += "/unit_tests/.debug"