From: Otavio Salvador Date: Thu, 25 Oct 2018 13:34:35 +0000 (-0300) Subject: imx-uuc: Drop virtual/kernel dependency X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=083f1bbdad50294ed0c7549dc89cddf14b7a3f83;p=meta-freescale.git imx-uuc: Drop virtual/kernel dependency 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 --- diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 5e14a657..31ca2c30 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb @@ -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"