diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-11-13 23:52:45 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-11-16 14:14:30 -0500 |
commit | a781f18fce87a7efe94f14a94402223be7d511e7 (patch) | |
tree | bb7dfb4ea64da0038ac08659e31f02260318e0e9 /recipes-ti/ipc/ti-ipc-rtos_git.bb | |
parent | 226b93581c8322df38ad794f443d497105a2d3de (diff) | |
download | meta-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/ti-ipc-rtos_git.bb')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 2 |
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 | |||
2 | require ti-ipc-common.inc | 2 | require ti-ipc-common.inc |
3 | require ti-ipc-rtos.inc | 3 | require ti-ipc-rtos.inc |
4 | 4 | ||
5 | DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native" | 5 | DEPENDS = "ti-xdctools ti-sysbios zip-native" |
6 | 6 | ||
7 | PACKAGES =+ "${PN}-fw" | 7 | PACKAGES =+ "${PN}-fw" |
8 | FILES_${PN}-fw = "${base_libdir}/firmware/*" | 8 | FILES_${PN}-fw = "${base_libdir}/firmware/*" |