]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-uuc: Add dosfstools-native on DEPENDS
authorFabio Berton <fabio.berton@ossystems.com.br>
Thu, 31 Mar 2016 21:19:55 +0000 (18:19 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:06:34 +0000 (15:06 -0300)
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>
recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb

index 7b4e58563a4b29b20ea13368ac861ab2fd5a88ed..2464231284f496447f5db56da358242017005375 100644 (file)
@@ -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"