]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: add missing runtime dependency
authorRogerio Nunes <rogerio.nunes@freescale.com>
Wed, 5 Feb 2014 13:47:23 +0000 (08:47 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 6 Feb 2014 11:19:25 +0000 (09:19 -0200)
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>
meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc

index a98313c6522db194b06b5733ae2c04f3af49c16d..eb3d02e99ad647170c50496802c1ef11c7ace89c 100644 (file)
@@ -52,4 +52,6 @@ do_install() {
 }
 
 FILES_${PN} += "/unit_tests"
+RDEPENDS_${PN} = "bash"
+
 FILES_${PN}-dbg += "/unit_tests/.debug"