From 083f1bbdad50294ed0c7549dc89cddf14b7a3f83 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 25 Oct 2018 10:34:35 -0300 Subject: 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 --- recipes-bsp/imx-uuc/imx-uuc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/imx-uuc') 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" -- cgit v1.2.3-54-g00ecf