diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-25 10:34:35 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-26 14:23:37 -0300 |
| commit | 083f1bbdad50294ed0c7549dc89cddf14b7a3f83 (patch) | |
| tree | 6850158c536fe9e08811e9d00550d2d3bf9305dd | |
| parent | b172aa6efdb8a26eb025f93be8a70e356abfceb1 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_git.bb | 2 |
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 5e14a6575..31ca2c30e 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 | ||
| 3 | SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command" | 3 | SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command" |
| 4 | SECTION = "base" | 4 | SECTION = "base" |
| 5 | DEPENDS = "virtual/kernel dosfstools-native" | 5 | DEPENDS = "dosfstools-native" |
| 6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 8 | 8 | ||
