From 5fdb620c09df11e70434092f675c891e0ba84108 Mon Sep 17 00:00:00 2001 From: Rogerio Nunes Date: Wed, 5 Feb 2014 08:47:23 -0500 Subject: 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 --- recipes-bsp/imx-test/imx-test.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp/imx-test/imx-test.inc') 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() { } FILES_${PN} += "/unit_tests" +RDEPENDS_${PN} = "bash" + FILES_${PN}-dbg += "/unit_tests/.debug" -- cgit v1.2.3-54-g00ecf