summaryrefslogtreecommitdiffstats
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:28:11 -0300
commit97f66e143e036f38ddcd16418f1905115cb1fdf9 (patch)
tree19ed6e089c212c0dd81d2a09520065a7448e363b
parentaa2a6cee58743ca9f437ce3d552504d32519c8f1 (diff)
downloadmeta-fsl-arm-97f66e143e036f38ddcd16418f1905115cb1fdf9.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>
-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