1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

ti-ipc-examples-linux: explicitly depend on zip-native used during install

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2017-11-11 00:35:09 +00:00
parent 230f5409bd
commit 98e1dc1bed

View File

@@ -1,7 +1,7 @@
DESCRIPTION = "TI Inter Process Communication (IPC) examples with Host running bios"
require ti-ipc-examples.inc
DEPENDS = "ti-ipc ti-xdctools ti-sysbios ti-ipc-rtos"
DEPENDS = "ti-ipc ti-xdctools ti-sysbios ti-ipc-rtos zip-native"
do_compile_append() {