summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-uuc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-10-25 10:34:35 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-10-26 14:23:37 -0300
commit083f1bbdad50294ed0c7549dc89cddf14b7a3f83 (patch)
tree6850158c536fe9e08811e9d00550d2d3bf9305dd /recipes-bsp/imx-uuc
parentb172aa6efdb8a26eb025f93be8a70e356abfceb1 (diff)
downloadmeta-freescale-083f1bbdad50294ed0c7549dc89cddf14b7a3f83.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-uuc')
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_git.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
2 2
3SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command" 3SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command"
4SECTION = "base" 4SECTION = "base"
5DEPENDS = "virtual/kernel dosfstools-native" 5DEPENDS = "dosfstools-native"
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8 8