summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test.inc
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-02-06 09:19:25 -0200
commit8ac335bdc92139b607c9e3b6ac50998f366b8b74 (patch)
tree8ffea17f1143f04a1e0e512aef0bf3ae42672950 /recipes-bsp/imx-test/imx-test.inc
parentcaea34d0a4109720fba93897ea4a84a72b26189a (diff)
downloadmeta-fsl-arm-8ac335bdc92139b607c9e3b6ac50998f366b8b74.tar.gz
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 <rogerio.nunes@freescale.com>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test.inc')
-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 a98313c..eb3d02e 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -52,4 +52,6 @@ do_install() {
52} 52}
53 53
54FILES_${PN} += "/unit_tests" 54FILES_${PN} += "/unit_tests"
55RDEPENDS_${PN} = "bash"
56
55FILES_${PN}-dbg += "/unit_tests/.debug" 57FILES_${PN}-dbg += "/unit_tests/.debug"