summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-05-04 23:12:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-05-04 13:40:38 -0400
commitc1eecb62f2699c9bbfefb8db1b0f762d4967a2c7 (patch)
tree8ad2661c8d0f67b527437a54ea8734cee056f1c0
parente9729ddb004b194fd9c4cfd4cc29302adb3da7ab (diff)
downloadmeta-ti-c1eecb62f2699c9bbfefb8db1b0f762d4967a2c7.tar.gz
openmp-rtos: Add zip-native as a dependency
* The openmp-rtos build procedure uses zip to create the release package and is therefore the native zip is required as a dependency Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/openmp-rtos/openmp-rtos_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
index 38e33c8f..7c781a2e 100644
--- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb
+++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD"
5require recipes-ti/includes/ti-paths.inc 5require recipes-ti/includes/ti-paths.inc
6 6
7PV = "2_02_01_03" 7PV = "2_02_01_03"
8PR = "r0" 8PR = "r1"
9 9
10OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" 10OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git"
11OPENMP_RTOS_GIT_PROTOCOL = "git" 11OPENMP_RTOS_GIT_PROTOCOL = "git"
@@ -19,7 +19,7 @@ SRCREV = "9bf371e9618297f8783113bff05995800535c27d"
19 19
20LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" 20LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee"
21 21
22DEPENDS = "common-csl-ip-rtos ti-xdctools ti-ipc-rtos ti-sysbios ti-cgt6x-native libulm" 22DEPENDS = "common-csl-ip-rtos ti-xdctools ti-ipc-rtos ti-sysbios ti-cgt6x-native libulm zip-native"
23DEPENDS_append_k2hk-evm = " qmss-lld-rtos cppi-lld-rtos" 23DEPENDS_append_k2hk-evm = " qmss-lld-rtos cppi-lld-rtos"
24DEPENDS_append_k2e-evm = " qmss-lld-rtos cppi-lld-rtos" 24DEPENDS_append_k2e-evm = " qmss-lld-rtos cppi-lld-rtos"
25DEPENDS_append_k2l-evm = " qmss-lld-rtos cppi-lld-rtos" 25DEPENDS_append_k2l-evm = " qmss-lld-rtos cppi-lld-rtos"