summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-11-11 00:35:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-11-13 11:48:33 -0500
commit98e1dc1bed14e9685e7f6306469b36be109fb318 (patch)
tree8f6407348e578d1e55f7d536cfc295ac73491cf0 /recipes-ti/ipc
parent230f5409bd47a850e718c81d485bb17b3d5ddcb0 (diff)
downloadmeta-ti-98e1dc1bed14e9685e7f6306469b36be109fb318.tar.gz
ti-ipc-examples-linux: explicitly depend on zip-native used during install
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r--recipes-ti/ipc/ti-ipc-examples-linux_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
index 2340206c..4701ebaa 100644
--- a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
+++ b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "TI Inter Process Communication (IPC) examples with Host running bios" 1DESCRIPTION = "TI Inter Process Communication (IPC) examples with Host running bios"
2require ti-ipc-examples.inc 2require ti-ipc-examples.inc
3 3
4DEPENDS = "ti-ipc ti-xdctools ti-sysbios ti-ipc-rtos" 4DEPENDS = "ti-ipc ti-xdctools ti-sysbios ti-ipc-rtos zip-native"
5 5
6do_compile_append() { 6do_compile_append() {
7 7