summaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr/multiprocmgr_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-12-16 03:00:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-12-15 22:19:21 -0500
commitb814db9112955cc777fedd8179456af3232df290 (patch)
treeb2cdf02b1e0636b6d5752d762721110d1a98a594 /recipes-ti/multiprocmgr/multiprocmgr_git.bb
parentaa5ff5293aa486a62d9d2b7faff87d39f5ebbddb (diff)
downloadmeta-ti-b814db9112955cc777fedd8179456af3232df290.tar.gz
multiprocmgr: mark as machine-specific due to kernel dependency
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/multiprocmgr/multiprocmgr_git.bb')
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index c2ef8fa0..c903f3a7 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -3,9 +3,12 @@ SUMMARY = "Provides download, debug and other utilities for other cores in the S
3 3
4include multiprocmgr.inc 4include multiprocmgr.inc
5 5
6PR = "r1"
7
6DEPENDS = "mpm-transport libdaemon virtual/kernel" 8DEPENDS = "mpm-transport libdaemon virtual/kernel"
7RDEPENDS_${PN} = "syslog-ng" 9RDEPENDS_${PN} = "syslog-ng"
8 10
11PACKAGE_ARCH = "${MACHINE_ARCH}"
9 12
10CC += "-I${STAGING_KERNEL_DIR}/include" 13CC += "-I${STAGING_KERNEL_DIR}/include"
11 14