summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-03-31 18:19:55 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:06:34 -0300
commit1f4ce8bb3c414158e7a658910a0ae7910a8f0db1 (patch)
tree3787e712c0d24246503c3e78afefb32e3ad229b1 /recipes-bsp
parentf0867686a996fb47642311001fdc9a0bb0d56233 (diff)
downloadmeta-freescale-1f4ce8bb3c414158e7a658910a0ae7910a8f0db1.tar.gz
imx-uuc: Add dosfstools-native on DEPENDS
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@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb2
1 files changed, 1 insertions, 1 deletions
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 7b4e5856..24642312 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 @@
3 3
4SUMMARY = "Universal Adapter source" 4SUMMARY = "Universal Adapter source"
5SECTION = "base" 5SECTION = "base"
6DEPENDS = "virtual/kernel" 6DEPENDS = "virtual/kernel dosfstools-native"
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 8LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9 9