diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-03-31 18:19:55 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:06:34 -0300 |
commit | 1f4ce8bb3c414158e7a658910a0ae7910a8f0db1 (patch) | |
tree | 3787e712c0d24246503c3e78afefb32e3ad229b1 /recipes-bsp/imx-uuc | |
parent | f0867686a996fb47642311001fdc9a0bb0d56233 (diff) | |
download | meta-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/imx-uuc')
-rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb | 2 |
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 | ||
4 | SUMMARY = "Universal Adapter source" | 4 | SUMMARY = "Universal Adapter source" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | DEPENDS = "virtual/kernel" | 6 | DEPENDS = "virtual/kernel dosfstools-native" |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
9 | 9 | ||