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:10:03 -0400 |
commit | daed2c1462b1d021177491ade04e87a6f967a787 (patch) | |
tree | aa1facce7cea8c2b377982ba5c6c47b18dda9041 | |
parent | 5a84f7d923b094beca7003e9db568d4b50300b4f (diff) | |
download | meta-ti-daed2c1462b1d021177491ade04e87a6f967a787.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>
-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 | " |