[meta-freescale] [meta-fsl-arm][PATCH] imx-uuc: Add dosfstools-native on DEPENDS

Fabio Berton fabio.berton at ossystems.com.br
Thu Mar 31 14:19:55 PDT 2016


imx-uuc Makefile runs mkfs.vfat command and fails if it not available.
We need to install dosfstools-native to provide this tool.

Change-Id: Iadc9ce579bbe20b69ed27e3518b39009254d9cd0
Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb b/recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb
index 7b4e585..2464231 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb
@@ -3,7 +3,7 @@
 
 SUMMARY = "Universal Adapter source"
 SECTION = "base"
-DEPENDS = "virtual/kernel"
+DEPENDS = "virtual/kernel dosfstools-native"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-- 
2.1.4



More information about the meta-freescale mailing list