diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-05-04 23:12:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-05-04 13:40:38 -0400 |
commit | c1eecb62f2699c9bbfefb8db1b0f762d4967a2c7 (patch) | |
tree | 8ad2661c8d0f67b527437a54ea8734cee056f1c0 /recipes-ti/openmp-rtos | |
parent | e9729ddb004b194fd9c4cfd4cc29302adb3da7ab (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-ti/openmp-rtos')
-rw-r--r-- | recipes-ti/openmp-rtos/openmp-rtos_git.bb | 4 |
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" | |||
5 | require recipes-ti/includes/ti-paths.inc | 5 | require recipes-ti/includes/ti-paths.inc |
6 | 6 | ||
7 | PV = "2_02_01_03" | 7 | PV = "2_02_01_03" |
8 | PR = "r0" | 8 | PR = "r1" |
9 | 9 | ||
10 | OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" | 10 | OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" |
11 | OPENMP_RTOS_GIT_PROTOCOL = "git" | 11 | OPENMP_RTOS_GIT_PROTOCOL = "git" |
@@ -19,7 +19,7 @@ SRCREV = "9bf371e9618297f8783113bff05995800535c27d" | |||
19 | 19 | ||
20 | LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" | 20 | LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" |
21 | 21 | ||
22 | DEPENDS = "common-csl-ip-rtos ti-xdctools ti-ipc-rtos ti-sysbios ti-cgt6x-native libulm" | 22 | DEPENDS = "common-csl-ip-rtos ti-xdctools ti-ipc-rtos ti-sysbios ti-cgt6x-native libulm zip-native" |
23 | DEPENDS_append_k2hk-evm = " qmss-lld-rtos cppi-lld-rtos" | 23 | DEPENDS_append_k2hk-evm = " qmss-lld-rtos cppi-lld-rtos" |
24 | DEPENDS_append_k2e-evm = " qmss-lld-rtos cppi-lld-rtos" | 24 | DEPENDS_append_k2e-evm = " qmss-lld-rtos cppi-lld-rtos" |
25 | DEPENDS_append_k2l-evm = " qmss-lld-rtos cppi-lld-rtos" | 25 | DEPENDS_append_k2l-evm = " qmss-lld-rtos cppi-lld-rtos" |