summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRogerio Nunes <rogerio.nunes@freescale.com>2014-02-05 08:47:23 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-24 21:23:26 -0300
commit5fdb620c09df11e70434092f675c891e0ba84108 (patch)
tree6e5e7f621e1f66dcdae07383c9e3f458a0950e41
parentb3505162f7e15d73046049fd52a3fdde5b210789 (diff)
downloadmeta-fsl-arm-dora.tar.gz
imx-test: add missing runtime dependencydora
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 <rogerio.nunes@freescale.com>
-rw-r--r--recipes-bsp/imx-test/imx-test.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index 052e356..af51a7b 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -44,4 +44,6 @@ do_install() {
44} 44}
45 45
46FILES_${PN} += "/unit_tests" 46FILES_${PN} += "/unit_tests"
47RDEPENDS_${PN} = "bash"
48
47FILES_${PN}-dbg += "/unit_tests/.debug" 49FILES_${PN}-dbg += "/unit_tests/.debug"