[meta-freescale] [meta-fsl-arm][PATCH] imx-test: add missing runtime dependency

ronunes at gmail.com ronunes at gmail.com
Tue Feb 4 17:56:40 PST 2014


From: Rogerio Nunes <rogerio.nunes at freescale.com>

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.

Signed-off-by: Rogerio Nunes <rogerio.nunes at freescale.com>
---
 recipes-bsp/imx-test/imx-test.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index a98313c..f56325e 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -8,6 +8,8 @@ DEPENDS_mx6s  = "virtual/kernel imx-lib imx-vpu"
 DEPENDS_mx6sl = "virtual/kernel imx-lib"
 DEPENDS_mxs   = "virtual/kernel"
 
+RDEPENDS_${PN} = "bash"
+
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 
-- 
1.8.3.2



More information about the meta-freescale mailing list