1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-23 04:17:00 +00:00

multiprocmgr: mark as machine-specific due to kernel dependency

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2015-12-16 03:00:58 +00:00
parent 1483d58d5a
commit 25b0ab7f29
@@ -3,9 +3,12 @@ SUMMARY = "Provides download, debug and other utilities for other cores in the S
include multiprocmgr.inc
PR = "r1"
DEPENDS = "mpm-transport libdaemon virtual/kernel"
RDEPENDS_${PN} = "syslog-ng"
PACKAGE_ARCH = "${MACHINE_ARCH}"
CC += "-I${STAGING_KERNEL_DIR}/include"