diff options
author | Karthik Ramanan <a0393906@ti.com> | 2015-02-05 16:10:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-02-10 15:14:45 -0500 |
commit | 592fe0c75152329762a5c3541599d72a9b87c3fb (patch) | |
tree | e668c17f6f7c54ef2acac1013dfa914cd78c86bf /recipes-bsp/vpe-tests/vpe-tests_git.bb | |
parent | 8fad660bd8ea889d27c694915cc0724b0721b646 (diff) | |
download | meta-ti-592fe0c75152329762a5c3541599d72a9b87c3fb.tar.gz |
vpe-tests: Add DEPENDS for the recipe
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/vpe-tests/vpe-tests_git.bb')
-rw-r--r-- | recipes-bsp/vpe-tests/vpe-tests_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-bsp/vpe-tests/vpe-tests_git.bb index a8ee7f89..ee91deaf 100644 --- a/recipes-bsp/vpe-tests/vpe-tests_git.bb +++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb | |||
@@ -3,6 +3,10 @@ DESCRIPTION = "VPE test program" | |||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa" |
5 | 5 | ||
6 | DEPENDS = "virtual/kernel" | ||
7 | |||
8 | PR="r1" | ||
9 | |||
6 | COMPATIBLE_MACHINE = "dra7xx" | 10 | COMPATIBLE_MACHINE = "dra7xx" |
7 | 11 | ||
8 | SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca" | 12 | SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca" |