diff options
| author | Rogerio Nunes <rogerio.nunes@freescale.com> | 2014-02-05 08:47:23 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-06 09:19:25 -0200 |
| commit | cb7e81ace6ae4adcd97ae7ea6cdfbffcf08ab8c2 (patch) | |
| tree | 044615df28b46e3143517739f00261519fe7f72d | |
| parent | 5ad7b96338aded03bc28341ab560cdc52dfaab5f (diff) | |
| download | meta-freescale-cb7e81ace6ae4adcd97ae7ea6cdfbffcf08ab8c2.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>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 a98313c65..eb3d02e99 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() { | |||
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | FILES_${PN} += "/unit_tests" | 54 | FILES_${PN} += "/unit_tests" |
| 55 | RDEPENDS_${PN} = "bash" | ||
| 56 | |||
| 55 | FILES_${PN}-dbg += "/unit_tests/.debug" | 57 | FILES_${PN}-dbg += "/unit_tests/.debug" |
