diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-11-11 00:35:09 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-11-13 11:48:33 -0500 |
commit | 98e1dc1bed14e9685e7f6306469b36be109fb318 (patch) | |
tree | 8f6407348e578d1e55f7d536cfc295ac73491cf0 /recipes-ti/ipc | |
parent | 230f5409bd47a850e718c81d485bb17b3d5ddcb0 (diff) | |
download | meta-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.bb | 2 |
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 @@ | |||
1 | DESCRIPTION = "TI Inter Process Communication (IPC) examples with Host running bios" | 1 | DESCRIPTION = "TI Inter Process Communication (IPC) examples with Host running bios" |
2 | require ti-ipc-examples.inc | 2 | require ti-ipc-examples.inc |
3 | 3 | ||
4 | DEPENDS = "ti-ipc ti-xdctools ti-sysbios ti-ipc-rtos" | 4 | DEPENDS = "ti-ipc ti-xdctools ti-sysbios ti-ipc-rtos zip-native" |
5 | 5 | ||
6 | do_compile_append() { | 6 | do_compile_append() { |
7 | 7 | ||