diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-12-16 03:00:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-12-15 22:19:21 -0500 |
commit | b814db9112955cc777fedd8179456af3232df290 (patch) | |
tree | b2cdf02b1e0636b6d5752d762721110d1a98a594 /recipes-ti/multiprocmgr/multiprocmgr_git.bb | |
parent | aa5ff5293aa486a62d9d2b7faff87d39f5ebbddb (diff) | |
download | meta-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.bb | 3 |
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 | ||
4 | include multiprocmgr.inc | 4 | include multiprocmgr.inc |
5 | 5 | ||
6 | PR = "r1" | ||
7 | |||
6 | DEPENDS = "mpm-transport libdaemon virtual/kernel" | 8 | DEPENDS = "mpm-transport libdaemon virtual/kernel" |
7 | RDEPENDS_${PN} = "syslog-ng" | 9 | RDEPENDS_${PN} = "syslog-ng" |
8 | 10 | ||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
9 | 12 | ||
10 | CC += "-I${STAGING_KERNEL_DIR}/include" | 13 | CC += "-I${STAGING_KERNEL_DIR}/include" |
11 | 14 | ||