]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-uuc: Drop virtual/kernel dependency
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 25 Oct 2018 13:34:35 +0000 (10:34 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 26 Oct 2018 17:23:37 +0000 (14:23 -0300)
The code does not require anything that is machine specific and just
use standard Linux APIs so it has no reason to depend on Linux kernel.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/imx-uuc/imx-uuc_git.bb

index 5e14a657579681b73916ff0981dc77fb0c7a75c3..31ca2c30edd63496c127527c91e612676d9675f1 100644 (file)
@@ -2,7 +2,7 @@
 
 SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command"
 SECTION = "base"
-DEPENDS = "virtual/kernel dosfstools-native"
+DEPENDS = "dosfstools-native"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"