1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

multiprocmgr: Add virutal/kernel dependency.

* "linux/remoteproc_user.h" is included by ./src/daemon/mpmdlif.c

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2015-03-18 00:32:52 +00:00
committed by Denys Dmytriyenko
parent 7ceb1ff5dd
commit c69c6e137e

View File

@@ -3,7 +3,7 @@ SUMMARY = "Provides download, debug and other utilities for other cores in the S
include multiprocmgr.inc
DEPENDS = "mpm-transport libdaemon"
DEPENDS = "mpm-transport libdaemon virtual/kernel"
RDEPENDS_${PN} = "syslog-ng"