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-02 08:24:22 -0300
commit51243229295683d208f0a920cee3b0eead85a755 (patch)
treec3641fb4a2a55dcbb31ba3298dac78075224c6b3 /recipes-bsp
parent4b243b7a91ba0243dfa192de582afd2a0d5ff744 (diff)
downloadmeta-fsl-arm-51243229295683d208f0a920cee3b0eead85a755.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 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 @@
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