1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +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 fb58d9314f
commit 7e6f1b75b3

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"