1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 02:42:34 +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 aa5ff5293a
commit b814db9112
@@ -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"