diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-06-28 23:48:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-29 17:11:33 -0400 |
commit | de0f143272df3594b4a51ef697398e1a451d3d87 (patch) | |
tree | 33247b4a601fb4ed56e96f045fe4ace027b5fdcc /recipes-ti | |
parent | f76dd445ad96f601f4a4b4b7385e7cd30e25c0f0 (diff) | |
download | meta-ti-de0f143272df3594b4a51ef697398e1a451d3d87.tar.gz |
ti-ipc-rtos: add dependency on zip-native
* The zip utility is used during the build
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb index 740de539..379dcd0e 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb | |||
@@ -35,9 +35,9 @@ SRCREV_ipc-metadata = "c3fc63be358c8c9a429366ebf54fe03812671129" | |||
35 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 35 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
36 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 36 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
37 | 37 | ||
38 | PR = "${INC_PR}.0" | 38 | PR = "${INC_PR}.1" |
39 | 39 | ||
40 | DEPENDS = "ti-xdctools ti-sysbios doxygen-native" | 40 | DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native" |
41 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 41 | DEPENDS_append_keystone = " ti-cgt6x-native \ |
42 | gcc-arm-none-eabi-native \ | 42 | gcc-arm-none-eabi-native \ |
43 | " | 43 | " |