summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-11-13 23:52:45 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-11-16 14:14:30 -0500
commita781f18fce87a7efe94f14a94402223be7d511e7 (patch)
treebb7dfb4ea64da0038ac08659e31f02260318e0e9 /recipes-ti/ipc
parent226b93581c8322df38ad794f443d497105a2d3de (diff)
downloadmeta-ti-a781f18fce87a7efe94f14a94402223be7d511e7.tar.gz
ti-ipc-rtos: cannot directly depend on doxygen here
There's no doxygen recipe provided by meta-ti, nor oe-core. And meta-ti expects doxygen to be available as a host tool, per layers.conf Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index f4eefa85..886beb9a 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -2,7 +2,7 @@ require ti-ipc.inc
2require ti-ipc-common.inc 2require ti-ipc-common.inc
3require ti-ipc-rtos.inc 3require ti-ipc-rtos.inc
4 4
5DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native" 5DEPENDS = "ti-xdctools ti-sysbios zip-native"
6 6
7PACKAGES =+ "${PN}-fw" 7PACKAGES =+ "${PN}-fw"
8FILES_${PN}-fw = "${base_libdir}/firmware/*" 8FILES_${PN}-fw = "${base_libdir}/firmware/*"